Bump ruff from 0.6.2 to 0.6.3 (#1638)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 3 Sep 2024 09:54:31 +0000 (11:54 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2024 09:54:31 +0000 (11:54 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.2 to 0.6.3.
- [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.6.2...0.6.3)

---
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 6628ab77d99709e283c8ffdae0c8fb1936254be5..7691c8cf4397c029007030a0263b0566a62ce55f 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest-cov==5.0.0",
   "syrupy==4.7.1",
   "tomli==2.0.1",
-  "ruff==0.6.2",
+  "ruff==0.6.3",
 ]
 
 [project.scripts]