Skip to content

Commit 1b69dfd

Browse files
build(deps): bump the dev-dependencies group with 3 updates
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff) and [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Updates `hypothesis` to 6.127.3 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.127.3) Updates `ruff` to 0.9.9 - [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.5.0...0.9.9) Updates `coverage` to 7.6.12 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.4...7.6.12) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: coverage dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 028f995 commit 1b69dfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ test = [
3737
"pylint>=3.2.5,<=3.3.4",
3838
"pytest-cov>=4.1,<=6.0.0",
3939
"pytest>=7.4,<=8.3.4",
40-
"hypothesis>=6.104.2,<=6.124.9",
41-
"ruff>=0.5.0,<=0.9.4",
42-
"coverage>=7.5.4,<=7.6.10",
40+
"hypothesis>=6.104.2,<=6.127.3",
41+
"ruff>=0.5.0,<=0.9.9",
42+
"coverage>=7.5.4,<=7.6.12",
4343
"pre-commit<=4.1.0",
4444
]
4545

0 commit comments

Comments
 (0)