1 Commits

Author SHA1 Message Date
Renovate Bot d88915f098 fix(deps): update dependency fastapi to ^0.136.0
renovate/artifacts Artifact file update failure
2026-04-20 04:01:06 +00:00
+2 -2
View File
@@ -27,7 +27,7 @@ qbittorrent_password = "16:hex"
python = "==3.14.2"
python-dotenv = "^1.0.0"
requests = "^2.32.5"
fastapi = "^0.127.1"
fastapi = "^0.136.0"
pydantic = "^2.12.4"
uvicorn = "^0.40.0"
pytest-xdist = "^3.8.0"
@@ -35,7 +35,7 @@ httpx = "^0.28.1"
pydantic-settings = "^2.12.0"
[tool.poetry.group.dev.dependencies]
pytest = "^9.0.0"
pytest = "^8.0.0"
pytest-cov = "^4.1.0"
pytest-asyncio = "^0.23.0"
ruff = "^0.14.7"