Bump ruff from 0.11.0 to 0.11.2
- ID
79f486c- date
2025-03-24 10:01:58+00:00- author
dependabot <https://github.com/dependabot>- parent
9336d2c- message
Bump ruff from 0.11.0 to 0.11.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.0 to 0.11.2. - [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.0...0.11.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>- changed files
1 file, 7 additions, 1 deletion
Changed files
dev_requirements.txt (411) → dev_requirements.txt (505)
diff --git a/dev_requirements.txt b/dev_requirements.txt
index cbc3d3a..c1dd334 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -2,6 +2,8 @@
# uv pip compile dev_requirements.in --output-file dev_requirements.txt
coverage[toml]==7.5.1
# via pytest-cov
+exceptiongroup==1.2.2
+ # via pytest
iniconfig==2.0.0
# via pytest
packaging==24.0
@@ -12,5 +14,9 @@ pytest==8.2.0
# via pytest-cov
pytest-cov==6.0.0
# via -r dev_requirements.in
-ruff==0.11.0
+ruff==0.11.2
# via -r dev_requirements.in
+tomli==2.2.1
+ # via
+ # coverage
+ # pytest