Skip to content

Commit

Permalink
fix(deps): update dependency fastapi to ^0.110.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent a008872 commit f318848
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.110.0"
websockets = "^10.2"
defusedxml = "^0.7.1"
uvicorn = "^0.20.0"
Expand Down

0 comments on commit f318848

Please sign in to comment.