Skip to content

Commit

Permalink
fix(deps): update dependency uvicorn to ~=0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and julienc91 committed Dec 14, 2024
1 parent 86e6244 commit e77e7eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires-python = ">=3.11"
dependencies = [
"django ~= 5.0",
"gunicorn ~= 23.0",
"uvicorn ~= 0.32.0",
"uvicorn ~=0.33.0",
"psycopg[binary] ~= 3.2.1",
"django-ninja ~= 1.3.0",
"httpx ~=0.28.0",
Expand Down
10 changes: 4 additions & 6 deletions backend/uv.lock

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

0 comments on commit e77e7eb

Please sign in to comment.