Skip to content

Commit

Permalink
Update dependency uvicorn to v0.30.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 6acb8c6 commit 47143ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ toml = "^0.10.2"
khl-py = "^0.3.16"
matrix-nio = "^0.24.0"
attrs = "^23.1.0"
uvicorn = {extras = ["standard"], version = "^0.23.2"}
uvicorn = {extras = ["standard"], version = "^0.30.0"}
pyjwt = {extras = ["crypto"], version = "^2.8.0"}
python-whois = "^0.8.0"
pandas = "^2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ tzlocal==5.2 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
ujson==5.10.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
unpaddedbase64==2.1.0 ; python_full_version >= "3.12.0" and python_version < "4.0"
urllib3==2.2.2 ; python_full_version >= "3.12.0" and python_version < "4.0"
uvicorn[standard]==0.23.2 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
uvicorn[standard]==0.30.6 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
uvloop==0.20.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_full_version >= "3.12.0" and python_full_version < "4.0.0"
virtualenv==20.26.3 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
watchfiles==0.23.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
Expand Down

0 comments on commit 47143ac

Please sign in to comment.