Skip to content

Commit 339b6fd

Browse files
build(deps): bump the dev-dependencies group across 1 directory with 5 updates
Updates the requirements on [black](https://github.com/psf/black), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [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 `black` to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.1a1...24.10.0) Updates `pytest-cov` to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v6.0.0) Updates `hypothesis` to 6.116.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.116.0) Updates `ruff` to 0.7.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.7.2) Updates `coverage` to 7.6.4 - [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.4) --- updated-dependencies: - dependency-name: black dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest-cov 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d663356 commit 339b6fd

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
@@ -34,13 +34,13 @@ python_template = { path = ".", editable = true }
3434

3535
[project.optional-dependencies]
3636
test = [
37-
"black>=23,<=24.8.0",
37+
"black>=23,<=24.10.0",
3838
"pylint>=3.2.5,<=3.3.1",
39-
"pytest-cov>=4.1,<=5.0.0",
39+
"pytest-cov>=4.1,<=6.0.0",
4040
"pytest>=7.4,<=8.3.3",
41-
"hypothesis>=6.104.2,<=6.112.2",
42-
"ruff>=0.5.0,<=0.6.8",
43-
"coverage>=7.5.4,<=7.6.1",
41+
"hypothesis>=6.104.2,<=6.116.0",
42+
"ruff>=0.5.0,<=0.7.2",
43+
"coverage>=7.5.4,<=7.6.4",
4444
]
4545

4646
[build-system]

0 commit comments

Comments
 (0)