Skip to content

Commit 61a1e76

Browse files
dependabot[bot]zariiii9003
authored andcommitted
Bump the dev-deps group across 1 directory with 3 updates
Updates the requirements on [black](https://github.com/psf/black), [pytest](https://github.com/pytest-dev/pytest) and [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. Updates `black` to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.9.0...25.11.0) Updates `pytest` to 9.0.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@8.4.0.dev0...9.0.1) Updates `coverage` to 7.11.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.0...7.11.3) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development dependency-group: dev-deps - dependency-name: coverage dependency-version: 7.11.3 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6274e4 commit 61a1e76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,16 @@ docs = [
8989
lint = [
9090
"pylint==4.0.*",
9191
"ruff==0.14.*",
92-
"black==25.9.*",
92+
"black==25.11.*",
9393
"mypy==1.18.*",
9494
]
9595
test = [
96-
"pytest==8.4.*",
96+
"pytest==9.0.*",
9797
"pytest-timeout==2.4.*",
9898
"pytest-modern==0.7.*;platform_system!='Windows'",
9999
"coveralls==4.0.*",
100100
"pytest-cov==7.0.*",
101-
"coverage==7.10.*",
101+
"coverage==7.11.*",
102102
"hypothesis==6.*",
103103
"parameterized==0.9.*",
104104
]

0 commit comments

Comments
 (0)