diff --git a/poetry.lock b/poetry.lock index 6a3f021b..7f67efcf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2892,14 +2892,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.52.4" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["dev"] 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.52.4-py3-none-any.whl", hash = "sha256:f86e41a149d7d05a9969337e3946a9c171c06a5d42680896daaba624aeac8da1"}, + {file = "uvicorn-0.52.4.tar.gz", hash = "sha256:73acfee47a0b133c5de13d219492d62d8a31e935f4fe6e41a232451a15379f86"}, ] [package.dependencies] @@ -2908,7 +2908,7 @@ h11 = ">=0.8" typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""} [package.extras] -standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"", "watchfiles (>=0.13)", "websockets (>=10.4)"] +standard = ["httptools (>=0.8.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"", "watchfiles (>=0.20)", "websockets (>=13.0)"] [[package]] name = "virtualenv" @@ -3013,4 +3013,4 @@ sqlalchemy = ["SQLAlchemy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "2289e09398ecd0deff133795bd655342d6938b5505015dbc3a206371e8d68f46" +content-hash = "50030fcf063d2a4d443357b8d51bfcb2805531ec02750831185fc806c20c84e8" diff --git a/pyproject.toml b/pyproject.toml index 5315963f..489bf20d 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,7 @@ types-click = "^7.1.8" types-setuptools = "^70.1.0.20240627" typing-extensions = "^4.12.2" urllib3 = "<=2.7.0" -uvicorn = "^0.30.1" +uvicorn = "^0.52.0" [tool.poetry.extras] mongoengine = ["mongoengine"]