Skip to content

Commit 93b47ac

Browse files
Bump the dev-deps group with 4 updates
Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [black](https://github.com/psf/black), [mypy](https://github.com/python/mypy) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `ruff` from 0.12.11 to 0.13.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.12.11...0.13.2) Updates `black` to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) Updates `mypy` to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.0...v1.18.2) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production dependency-group: dev-deps - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production dependency-group: dev-deps - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ac05e5 commit 93b47ac

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
@@ -89,16 +89,16 @@ docs = [
8989
]
9090
lint = [
9191
"pylint==3.3.*",
92-
"ruff==0.12.11",
93-
"black==25.1.*",
94-
"mypy==1.17.*",
92+
"ruff==0.13.2",
93+
"black>=25.1,<25.10",
94+
"mypy>=1.17,<1.19",
9595
]
9696
test = [
9797
"pytest==8.4.*",
9898
"pytest-timeout==2.4.*",
9999
"pytest-modern==0.7.*;platform_system!='Windows'",
100100
"coveralls==4.0.*",
101-
"pytest-cov==6.2.*",
101+
"pytest-cov>=6.2,<7.1",
102102
"coverage==7.10.*",
103103
"hypothesis>=6.136,<6.138",
104104
"parameterized==0.9.*",

0 commit comments

Comments
 (0)