Skip to content

Commit 58f5403

Browse files
build(deps): bump the dev-dependencies group with 5 updates
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest](https://github.com/pytest-dev/pytest), [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 `pytest-cov` to 6.2.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v6.2.1) Updates `pytest` to 8.4.1 - [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.4.1) Updates `hypothesis` to 6.135.20 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.135.20) Updates `ruff` to 0.12.1 - [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.12.1) Updates `coverage` to 7.9.1 - [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.9.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.135.20 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.12.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.9.1 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a036b2 commit 58f5403

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ python_template = { path = ".", editable = true }
3535
[project.optional-dependencies]
3636
test = [
3737
"pylint>=3.2.5,<=3.3.7",
38-
"pytest-cov>=4.1,<=6.1.1",
39-
"pytest>=7.4,<=8.3.5",
40-
"hypothesis>=6.104.2,<=6.132.0",
41-
"ruff>=0.5.0,<=0.11.12",
42-
"coverage>=7.5.4,<=7.8.2",
38+
"pytest-cov>=4.1,<=6.2.1",
39+
"pytest>=7.4,<=8.4.1",
40+
"hypothesis>=6.104.2,<=6.135.20",
41+
"ruff>=0.5.0,<=0.12.1",
42+
"coverage>=7.5.4,<=7.9.1",
4343
"pre-commit<=4.2.0",
4444
]
4545

0 commit comments

Comments
 (0)