diff --git a/poetry.lock b/poetry.lock index 7517b831..6c8dfe3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3679,13 +3679,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.23.2" +version = "0.24.0.post1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, - {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, + {file = "uvicorn-0.24.0.post1-py3-none-any.whl", hash = "sha256:7c84fea70c619d4a710153482c0d230929af7bcf76c7bfa6de151f0a3a80121e"}, + {file = "uvicorn-0.24.0.post1.tar.gz", hash = "sha256:09c8e5a79dc466bdf28dead50093957db184de356fcdc48697bad3bde4c2588e"}, ] [package.dependencies] @@ -4081,4 +4081,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "0dcc8ffab3024b9fd08f21eee21f6cda8b71b91094bf8f3641a619e3f02aafa2" +content-hash = "47337b0b16c0613f65926af180b21ba57f2e1de43e9f718f878dd7948f54d720" diff --git a/pyproject.toml b/pyproject.toml index a8672ac8..77b8ed45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ version = "^1.4.1" [tool.poetry.dependencies.uvicorn] extras = ["standard"] -version = "^0.23.2" +version = "^0.24.0" [tool.poetry.dependencies.passlib] extras = ["bcrypt"] diff --git a/requirements.txt b/requirements.txt index acb0f1a6..f215f54f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -88,7 +88,7 @@ typer[all]==0.8.0 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "4.0" ujson==5.8.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.0.7 ; python_version >= "3.9" and python_version < "4.0" -uvicorn[standard]==0.23.2 ; python_version >= "3.9" and python_version < "4.0" +uvicorn[standard]==0.24.0.post1 ; python_version >= "3.9" and python_version < "4.0" uvloop==0.18.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0" virtualenv==20.24.5 ; python_version >= "3.9" and python_version < "4.0" watchfiles==0.21.0 ; python_version >= "3.9" and python_version < "4.0"