Skip to content

Commit 8ebb9e2

Browse files
Bump the dev-deps group with 2 updates (#1976)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `ruff` from 0.12.7 to 0.12.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.7...0.12.8) Updates `hypothesis` to 6.137.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.136.0...hypothesis-python-6.137.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: hypothesis dependency-version: 6.137.1 dependency-type: direct:production dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df8819f commit 8ebb9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ docs = [
8888
]
8989
lint = [
9090
"pylint==3.3.*",
91-
"ruff==0.12.7",
91+
"ruff==0.12.8",
9292
"black==25.1.*",
9393
"mypy==1.17.*",
9494
]
@@ -99,7 +99,7 @@ test = [
9999
"coveralls==4.0.*",
100100
"pytest-cov==6.2.*",
101101
"coverage==7.10.*",
102-
"hypothesis==6.136.*",
102+
"hypothesis>=6.136,<6.138",
103103
"parameterized==0.9.*",
104104
]
105105
dev = [

0 commit comments

Comments
 (0)