chore: update ruff and black in precommit config (#2336)

ran `poetry lock --no-update`
This commit is contained in:
dni ⚡ 2024-03-21 11:05:01 +01:00 committed by GitHub
parent 17839f6a25
commit 241b286e21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 22 deletions

View file

@ -63,7 +63,7 @@ mypy = "^1.5.1"
types-protobuf = "^4.24.0.2"
pre-commit = "^3.2.2"
openapi-spec-validator = "^0.6.0"
ruff = "^0.3.0"
ruff = "^0.3.2"
# not our dependency but needed indirectly by openapi-spec-validator
# we want to use 0.10.3 because newer versions are broken on nix
rpds-py = "0.10.3"