diff --git a/poetry.lock b/poetry.lock index e5af88f..3a03dc9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2514,13 +2514,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.31.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, - {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, + {file = "uvicorn-0.31.0-py3-none-any.whl", hash = "sha256:cac7be4dd4d891c363cd942160a7b02e69150dcbc7a36be04d5f4af4b17c8ced"}, + {file = "uvicorn-0.31.0.tar.gz", hash = "sha256:13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906"}, ] [package.dependencies] @@ -2941,4 +2941,4 @@ deploy = ["asyncpg", "uvicorn"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7ab7d5f800df764402ff7a91fe3ed564adb23b02bc3ddec29389d7f66dccfbaa" +content-hash = "43012bec84e20814b12ef91c0a5207bfafe6879afb57214f2eefb4be163f37d8" diff --git a/pyproject.toml b/pyproject.toml index 11bbcc5..c47ec69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ sqlalchemy-helpers = ">=0.12.1" webhook-to-fedora-messaging-messages = "^1.0.0" fastapi = "^0.111.1 || ^0.112.0 || ^0.113.0 || ^0.114.0 || ^0.115.0" asyncpg = {version = "^0.29.0", optional = true} -uvicorn = {extras = ["standard"], version = "^0.30.5"} +uvicorn = {extras = ["standard"], version = "^0.30.5 || ^0.31.0"} pydantic-settings = "^2.4.0" aiosqlite = "^0.20.0" authlib = "^1.3.1"