From f926682eff007d4bd06baba3302e5393926c4230 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 11:46:32 +0000 Subject: [PATCH] fix(deps): update dependency uvicorn to ^0.52.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index af3c787..247f998 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1511,13 +1511,13 @@ typing-extensions = ">=4.12.0" [[package]] name = "uvicorn" -version = "0.49.0" +version = "0.52.3" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.10" files = [ - {file = "uvicorn-0.49.0-py3-none-any.whl", hash = "sha256:ba3d14c3ee7e41c6c654c46c9eb489d33213cdd30aa1696eab1374337c13f68f"}, - {file = "uvicorn-0.49.0.tar.gz", hash = "sha256:ebf4271aa580d9de97f93192d4595176df6e91f9aae919ca73e4fc07df1e66a3"}, + {file = "uvicorn-0.52.3-py3-none-any.whl", hash = "sha256:116af2710dbf47c80f463cd20ee4884b6662f4c9f227d797ddc7279d2fcc2c7c"}, + {file = "uvicorn-0.52.3.tar.gz", hash = "sha256:18857b9e6579300be55c91c0a1cfd37d9a2cf0cabea33b88275f199eb73b8b58"}, ] [package.dependencies] @@ -1525,7 +1525,7 @@ click = ">=7.0" h11 = ">=0.8" [package.extras] -standard = ["colorama (>=0.4)", "httptools (>=0.8.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.15.1)", "watchfiles (>=0.20)", "websockets (>=10.4)"] +standard = ["httptools (>=0.8.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.15.1)", "watchfiles (>=0.20)", "websockets (>=13.0)"] [[package]] name = "virtualenv" @@ -1547,4 +1547,4 @@ python-discovery = ">=1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7a772fa8e80f15a3b2edc9aa83f261fbbfbe211f03cc4b1a72a9dc3f8f37cd66" +content-hash = "d3a33258c4fa9935bb1b94744b0a1a331f1e3a36c89ad91add1472957c1ca58e" diff --git a/pyproject.toml b/pyproject.toml index 2bb57b8..f5b393b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "fastapi_ecom"}] [tool.poetry.dependencies] python = "^3.12" fastapi = "^0.139.0" -uvicorn = "^0.49.0" +uvicorn = "^0.52.0" sqlalchemy = "^2.0.31" alembic = "^1.13.2" bcrypt = "^5.0.0"