Bump ruff from 0.6.3 to 0.6.4 in the production-dependencies group

Bumps the production-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff).


Updates `ruff` from 0.6.3 to 0.6.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.6.3...0.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-05 23:01:46 +00:00 committed by benoit74
parent 5e3c731fb2
commit 1c9d927438

View File

@ -27,7 +27,7 @@ scripts = [
]
lint = [
"black==24.8.0",
"ruff==0.6.3",
"ruff==0.6.4",
]
check = [
"pyright==1.1.379",