diff --git a/poetry.lock b/poetry.lock index 5e6f84e..d3a3b6e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1138,13 +1138,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] @@ -1177,4 +1177,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6450cde918d8dddf09f2bca3614f2393c835b226e9ceb95e4d0a0815022d2869" +content-hash = "535a8b8f7c5072c379cd50f26eeaf221cb98a37e6f4612511c8c70ac986816bc" diff --git a/pyproject.toml b/pyproject.toml index 2d295c8..26f92e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" fastapi = "^0.115.0" -uvicorn = "^0.30.0" +uvicorn = "^0.31.0" requests = "^2.32.0" python-multipart = "^0.0.10" environs = "^11.0.0" diff --git a/requirements.txt b/requirements.txt index 9ffef77..9ff9740 100644 --- a/requirements.txt +++ b/requirements.txt @@ -308,6 +308,6 @@ typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "4.0" urllib3==2.2.3 ; python_version >= "3.11" and python_version < "4.0" \ --hash=sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac \ --hash=sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9 -uvicorn==0.30.6 ; python_version >= "3.11" and python_version < "4.0" \ - --hash=sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788 \ - --hash=sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5 +uvicorn==0.31.0; python_version >= "3.11" and python_version < "4.0" \ + --hash=sha256:13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906 \ + --hash=sha256:cac7be4dd4d891c363cd942160a7b02e69150dcbc7a36be04d5f4af4b17c8ced