Skip to content

Commit 9e5e4dc

Browse files
fix(deps): pin uvicorn to ^0.36.1
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.22.0 | 0.36.1 |
1 parent 193609b commit 9e5e4dc

2 files changed

Lines changed: 21 additions & 7 deletions

File tree

poetry.lock

Lines changed: 20 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ psycopg2-binary = "^2.9.6"
4848
pytz = "^2023.3"
4949
sqlalchemy = "^2.0.18"
5050
sqlalchemy-utils = "^0.41.1"
51-
uvicorn = "^0.22.0"
51+
uvicorn = "^0.36.1"
5252

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

0 commit comments

Comments
 (0)