diff --git a/poetry.lock b/poetry.lock index 7567a9b..686f97c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.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" @@ -1155,7 +1155,7 @@ files = [ ] [package.dependencies] -greenlet = {version = "!=0.4.17", markers = "platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\""} +greenlet = {version = "!=0.4.17", markers = "platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\""} typing-extensions = ">=4.2.0" [package.extras] @@ -1241,13 +1241,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.24.0.post1" +version = "0.25.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.24.0.post1-py3-none-any.whl", hash = "sha256:7c84fea70c619d4a710153482c0d230929af7bcf76c7bfa6de151f0a3a80121e"}, - {file = "uvicorn-0.24.0.post1.tar.gz", hash = "sha256:09c8e5a79dc466bdf28dead50093957db184de356fcdc48697bad3bde4c2588e"}, + {file = "uvicorn-0.25.0-py3-none-any.whl", hash = "sha256:ce107f5d9bd02b4636001a77a4e74aab5e1e2b146868ebbad565237145af444c"}, + {file = "uvicorn-0.25.0.tar.gz", hash = "sha256:6dddbad1d7ee0f5140aba5ec138ddc9612c5109399903828b4874c9937f009c2"}, ] [package.dependencies] @@ -1483,4 +1483,4 @@ test = ["flake8", "httpx", "pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "2aaea3ef6de7bc807621b1b27cdec772ef69ca8b4d652e85f120232f303b9476" +content-hash = "3f8c309ccebae0c591431365b3c6fb140aa31e28e19934a9b082df4abe47e31e" diff --git a/pyproject.toml b/pyproject.toml index 5f2fae3..f855464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ koji = "^1.33.1" gssapi = "^1.8.2" python-ldap = "^3.4.4" requests-gssapi = "^1.2.3" -uvicorn = {extras = ["standard"], version = "^0.24.0"} +uvicorn = {extras = ["standard"], version = "^0.25.0"} [tool.poetry.extras] test = [