Skip to content

Commit

Permalink
fix(deps): update dependency fastapi to ^0.111.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 8, 2024
1 parent 8e2ab0a commit 36fc22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = ['upnpavcontrol/web/static/**/*']
[tool.poetry.dependencies]
python = ">=3.7,<3.11"
async-upnp-client = "^0.33.0"
fastapi = "^0.92.0"
fastapi = "^0.111.0"
websockets = "^10.2"
defusedxml = "^0.7.1"
uvicorn = "^0.20.0"
Expand Down

0 comments on commit 36fc22e

Please sign in to comment.