Skip to content

Commit

Permalink
⬆️ Update uvicorn[standard] requirement (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 20, 2024
1 parent bfa0553 commit 604f390
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.25.0
uvicorn[standard]~=0.26.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.25.0
uvicorn[standard]~=0.26.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.25.0
uvicorn[standard]~=0.26.0

0 comments on commit 604f390

Please sign in to comment.