Skip to content

Commit 1080ab7

Browse files
build(deps): bump the dev-dependencies group with 6 updates
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [pytest](https://github.com/pytest-dev/pytest), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff), [coverage](https://github.com/nedbat/coveragepy) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `pylint` to 3.3.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v3.3.6) Updates `pytest` to 8.3.5 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.0...8.3.5) Updates `hypothesis` to 6.130.6 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.130.6) Updates `ruff` to 0.11.2 - [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.11.2) Updates `coverage` to 7.8.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.8.0) Updates `pre-commit` to 4.2.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v0.1.0...v4.2.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest dependency-type: direct:production dependency-group: dev-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 - dependency-name: pre-commit dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c33db7 commit 1080ab7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ python_template = { path = ".", editable = true }
3434

3535
[project.optional-dependencies]
3636
test = [
37-
"pylint>=3.2.5,<=3.3.4",
37+
"pylint>=3.2.5,<=3.3.6",
3838
"pytest-cov>=4.1,<=6.0.0",
39-
"pytest>=7.4,<=8.3.4",
40-
"hypothesis>=6.104.2,<=6.127.3",
41-
"ruff>=0.5.0,<=0.9.9",
42-
"coverage>=7.5.4,<=7.6.12",
43-
"pre-commit<=4.1.0",
39+
"pytest>=7.4,<=8.3.5",
40+
"hypothesis>=6.104.2,<=6.130.6",
41+
"ruff>=0.5.0,<=0.11.2",
42+
"coverage>=7.5.4,<=7.8.0",
43+
"pre-commit<=4.2.0",
4444
]
4545

4646
[build-system]

0 commit comments

Comments
 (0)