Skip to main content

Bump ruff from 0.11.4 to 0.11.5

ID
6d40fd9
date
2025-04-14 09:29:02+00:00
author
dependabot <https://github.com/dependabot>
parent
6d358c2
message
Bump ruff from 0.11.4 to 0.11.5

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.4 to 0.11.5.
- [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.4...0.11.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.11.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
changed files
1 file, 3 additions, 1 deletion

Changed files

dev_requirements.txt (309) → dev_requirements.txt (337)

diff --git a/dev_requirements.txt b/dev_requirements.txt
index e37695c..f2f4e5b 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -4,7 +4,9 @@ mypy==1.15.0
     # via -r dev_requirements.in
 mypy-extensions==1.0.0
     # via mypy
-ruff==0.11.4
+ruff==0.11.5
     # via -r dev_requirements.in
+tomli==2.2.1
+    # via mypy
 typing-extensions==4.13.1
     # via mypy