Skip to content

Commit 891ae77

Browse files
Bump the dev-deps group with 3 updates
Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [black](https://github.com/psf/black) and [coveralls](https://github.com/TheKevJames/coveralls-python) to permit the latest version. Updates `ruff` to 0.15.4 - [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.14.0...0.15.4) Updates `black` to 26.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.12.0...26.1.0) Updates `coveralls` to 4.1.0 - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](TheKevJames/coveralls-python@4.0.0...4.1.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development dependency-group: dev-deps - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: coveralls dependency-version: 4.1.0 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74201b9 commit 891ae77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ docs = [
9090
]
9191
lint = [
9292
"pylint==4.0.*",
93-
"ruff==0.14.*",
94-
"black==25.12.*",
93+
"ruff==0.15.*",
94+
"black==26.1.*",
9595
"mypy==1.19.*",
9696
]
9797
test = [
9898
"pytest==9.0.*",
9999
"pytest-timeout==2.4.*",
100100
"pytest-modern==0.7.*;platform_system!='Windows'",
101-
"coveralls==4.0.*",
101+
"coveralls==4.1.*",
102102
"pytest-cov==7.0.*",
103103
"coverage==7.13.*",
104104
"hypothesis==6.*",

0 commit comments

Comments
 (0)