Bump ruff from 0.11.2 to 0.11.4
- ID
b11587a- date
2025-04-07 10:20:57+00:00- author
dependabot <https://github.com/dependabot>- parent
d3b2216- message
Bump ruff from 0.11.2 to 0.11.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.2 to 0.11.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.11.2...0.11.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>- changed files
1 file, 9 additions, 2 deletions
Changed files
dev_requirements.txt (530) → dev_requirements.txt (643)
diff --git a/dev_requirements.txt b/dev_requirements.txt
index 90b20f1..d060311 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -1,7 +1,9 @@
# This file was autogenerated by uv via the following command:
# uv pip compile dev_requirements.in --output-file dev_requirements.txt
-coverage==7.8.0
+coverage[toml]==7.8.0
# via pytest-cov
+exceptiongroup==1.2.2
+ # via pytest
iniconfig==2.1.0
# via pytest
mypy==1.15.0
@@ -16,7 +18,12 @@ pytest==8.3.5
# via pytest-cov
pytest-cov==6.1.0
# via -r dev_requirements.in
-ruff==0.11.2
+ruff==0.11.4
# via -r dev_requirements.in
+tomli==2.2.1
+ # via
+ # coverage
+ # mypy
+ # pytest
typing-extensions==4.13.0
# via mypy