Skip to content

Commit

Permalink
ci: upgrade uvicorn and typer
Browse files Browse the repository at this point in the history
  • Loading branch information
fbraem committed Dec 23, 2024
1 parent cc7f2ec commit 9df222c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
35 changes: 14 additions & 21 deletions backend/poetry.lock

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

4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Franky Braem <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.115.6"
uvicorn = {extras = ["standard"], version = "^0.27.1"}
uvicorn = {extras = ["standard"], version = "^0.34.0"}
mysql-connector-python = "^9.1.0"
sql-smith = "^1.1.1"
pyisemail = "^2.0.1"
Expand All @@ -16,7 +16,7 @@ loguru = "^0.7.0"
jinja2 = "^3.1.2"
tomli = "^2.0.1"
pyjwt = "^2.7.0"
typer = {extras = ["all"], version = "^0.9.0"}
typer = {extras = ["all"], version = "^0.15.1"}
asyncmy = "^0.2.8"
cryptography = "^42.0.2"
markdown = "3.7"
Expand Down

0 comments on commit 9df222c

Please sign in to comment.