Bump ruff from 0.4.9 to 0.4.10 (#1408)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 29 Jun 2024 09:57:30 +0000 (11:57 +0200)
committerGitHub <noreply@github.com>
Sat, 29 Jun 2024 09:57:30 +0000 (11:57 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.9 to 0.4.10.
- [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/v0.4.9...v0.4.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index a2c0ac4acceb89b086e159a3b968aa19626a272e..bbb381a3b9acb39617e37b92a8e7900ce3fc5545 100644 (file)
@@ -54,7 +54,7 @@ test = [
   "pytest-cov==5.0.0",
   "syrupy==4.6.1",
   "tomli==2.0.1",
-  "ruff==0.4.9",
+  "ruff==0.4.10",
 ]
 
 [project.scripts]