Skip to content

Commit

Permalink
fix(deps): pin uvicorn to ^0.34.0
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | uvicorn | 0.22.0 | 0.34.0 |
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 193609b commit 738aa70
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
26 changes: 20 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ psycopg2-binary = "^2.9.6"
pytz = "^2023.3"
sqlalchemy = "^2.0.18"
sqlalchemy-utils = "^0.41.1"
uvicorn = "^0.22.0"
uvicorn = "^0.34.0"

# Dependency groups are supported for organizing your dependencies
[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 738aa70

Please sign in to comment.