Skip to content

Commit 23be12a

Browse files
build(deps-dev): bump the dev-dependencies group with 4 updates
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [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 `pylint` to 4.0.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v4.0.2) Updates `hypothesis` to 6.142.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.142.5) Updates `ruff` to 0.14.3 - [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.3) Updates `coverage` to 7.11.0 - [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.11.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.2 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.142.5 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f67a4c9 commit 23be12a

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
@@ -35,12 +35,12 @@ python_template = { path = ".", editable = true }
3535

3636
[project.optional-dependencies]
3737
test = [
38-
"pylint>=3.2.5,<=3.3.8",
38+
"pylint>=3.2.5,<=4.0.2",
3939
"pytest-cov>=4.1,<=7.0.0",
4040
"pytest>=7.4,<=8.4.2",
41-
"hypothesis>=6.104.2,<=6.140.2",
42-
"ruff>=0.5.0,<=0.13.2",
43-
"coverage>=7.5.4,<=7.10.7",
41+
"hypothesis>=6.104.2,<=6.142.5",
42+
"ruff>=0.5.0,<=0.14.3",
43+
"coverage>=7.5.4,<=7.11.0",
4444
"pre-commit<=4.3.0",
4545
]
4646

0 commit comments

Comments
 (0)