Skip to content

Commit

Permalink
fix(deps): update dependency uvicorn to >=0.32, <0.33 (#5230)
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot authored Dec 2, 2024
1 parent 40565bc commit 1243f75
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions api/pdm.lock

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

2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"python-decouple >=3.8, <4",
"python-xmp-toolkit >=2.0.2, <3",
"sentry-sdk >=2.18, <3",
"uvicorn[standard] >=0.30, <0.31",
"uvicorn[standard] >=0.32, <0.33",
"openverse-attribution @ file:///${PROJECT_ROOT}/../packages/python/openverse-attribution",
"structlog-sentry>=2.1.0",
]
Expand Down

0 comments on commit 1243f75

Please sign in to comment.