diff --git a/poetry.lock b/poetry.lock index 2f47a7982..5d27743a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3673,14 +3673,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.35.0" +version = "0.37.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "uvicorn-0.35.0-py3-none-any.whl", hash = "sha256:197535216b25ff9b785e29a0b79199f55222193d47f820816e7da751e9bc8d4a"}, - {file = "uvicorn-0.35.0.tar.gz", hash = "sha256:bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01"}, + {file = "uvicorn-0.37.0-py3-none-any.whl", hash = "sha256:913b2b88672343739927ce381ff9e2ad62541f9f8289664fa1d1d3803fa2ce6c"}, + {file = "uvicorn-0.37.0.tar.gz", hash = "sha256:4115c8add6d3fd536c8ee77f0e14a7fd2ebba939fed9b02583a97f80648f9e13"}, ] [package.dependencies] @@ -3945,4 +3945,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "996451a1092f05e9a7533fbc87450e2d7f84d5864a0a78f354a166547caafbee" +content-hash = "7259228ee88e8aa162497efd044bc6868840e885adbe344c78566006aabd62a9" diff --git a/pyproject.toml b/pyproject.toml index 45ebfc4e3..1fa29266b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ python-slugify = "^8.0.0" recipe-scrapers = "^15.0.0" requests = "^2.31.0" tzdata = "^2024.1" -uvicorn = { extras = ["standard"], version = "^0.35.0" } +uvicorn = { extras = ["standard"], version = "^0.37.0" } beautifulsoup4 = "^4.11.2" isodate = "^0.7.0" text-unidecode = "^1.3"