1 Commits

Author SHA1 Message Date
renovate[bot]
f0f3704906 chore(deps): update dependency tooling/types-requests to v2.31.0.20240406 2024-04-06 04:20:31 +00:00

View File

@@ -28,7 +28,7 @@ tooling = [
# code formatting
"black ==23.12.1",
# linting
"ruff ==0.3.5",
"ruff ==0.0.292",
# tests
"httpx ==0.26.0",
"sqlalchemy-utils ==0.41.1",
@@ -36,7 +36,7 @@ tooling = [
"pytest ==7.4.4",
# types
"mypy ==1.5.1",
"types-requests ==2.31.0.20231231"
"types-requests ==2.31.0.20240406"
]
[tool.ruff]