diff --git a/poetry.lock b/poetry.lock index 31cd5fe..2a02f91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1242,13 +1242,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] @@ -1484,4 +1484,4 @@ test = ["flake8", "httpx", "pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "04d370d8739aad12504d587ce9bb66b1495ef64928f00a9e9a94c00bf52f4bcb" +content-hash = "0d9494eef094cc034c4493228b1b3035fdfa837e65faa7c6244378c5b5c11528" diff --git a/pyproject.toml b/pyproject.toml index 47032e2..21b7d0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ koji = "^1.33.1" gssapi = "^1.8.2" python-ldap = "^3.4.3" requests-gssapi = "^1.2.3" -uvicorn = {extras = ["standard"], version = "^0.23.2"} +uvicorn = {extras = ["standard"], version = "^0.24.0"} [tool.poetry.extras] test = [