Skip to content

Commit

Permalink
⬆️ Update uvicorn[standard] requirement (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 9113936 commit 0e75e59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pydantic~=2.5.1
pyjwt~=2.8.0
PyYAML~=6.0
typing-extensions~=4.9.0
uvicorn[standard]~=0.24.0
uvicorn[standard]~=0.25.0
2 changes: 1 addition & 1 deletion trustregistry/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ psycopg2-binary~=2.9.6
pydantic~=2.5.1
sqlalchemy~=2.0.19
starlette>=0.27.0
uvicorn[standard]~=0.24.0
uvicorn[standard]~=0.25.0
2 changes: 1 addition & 1 deletion webhooks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pydantic~=2.5.1
sse-starlette~=1.8.2
starlette>=0.27.0
typing-extensions~=4.9.0
uvicorn[standard]~=0.24.0
uvicorn[standard]~=0.25.0

0 comments on commit 0e75e59

Please sign in to comment.