Skip to content

Commit d514fc8

Browse files
build(deps-dev): bump the dev-dependencies group with 4 updates
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff), [coverage](https://github.com/coveragepy/coveragepy) and [prek](https://github.com/j178/prek) to permit the latest version. Updates `hypothesis` to 6.151.4 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.151.4) Updates `ruff` to 0.14.14 - [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.14.14) Updates `coverage` to 7.13.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.4...7.13.2) Updates `prek` to 0.3.1 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.2.28...v0.3.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.4 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.13.2 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: prek dependency-version: 0.3.1 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77e3531 commit d514fc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ test = [
4040
"pylint>=3.2.5,<=4.0.4",
4141
"pytest-cov>=4.1,<=7.0.0",
4242
"pytest>=7.4,<=9.0.2",
43-
"hypothesis>=6.104.2,<=6.150.2",
44-
"ruff>=0.5.0,<=0.14.13",
45-
"coverage>=7.5.4,<=7.13.1",
46-
"prek>=0.2.28,<0.3.0",
43+
"hypothesis>=6.104.2,<=6.151.4",
44+
"ruff>=0.5.0,<=0.14.14",
45+
"coverage>=7.5.4,<=7.13.2",
46+
"prek>=0.2.28,<0.4.0",
4747
"ty>=0.0.12,<=0.0.12",
4848
]
4949

0 commit comments

Comments
 (0)