1 Commits

Author SHA1 Message Date
renovate[bot]
b02cd0e31b chore(deps): update dependency tooling/ruff to v0.3.5 2024-04-01 19:15:03 +00:00

View File

@@ -28,11 +28,11 @@ tooling = [
# code formatting # code formatting
"black ==23.12.1", "black ==23.12.1",
# linting # linting
"ruff ==0.0.292", "ruff ==0.3.5",
# tests # tests
"httpx ==0.26.0", "httpx ==0.26.0",
"sqlalchemy-utils ==0.41.1", "sqlalchemy-utils ==0.41.1",
"python-dotenv ==1.0.1", "python-dotenv ==1.0.0",
"pytest ==7.4.4", "pytest ==7.4.4",
# types # types
"mypy ==1.5.1", "mypy ==1.5.1",