diff --git a/pyproject.toml b/pyproject.toml index e838f790d..1939d9565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "recipe-scrapers==15.11.0", "requests==2.32.5", "tzdata==2025.3", - "uvicorn[standard]==0.38.0", + "uvicorn[standard]==0.40.0", "beautifulsoup4==4.14.3", "isodate==0.7.2", "text-unidecode==1.3", diff --git a/uv.lock b/uv.lock index 0741e5f4f..6dcfdec79 100644 --- a/uv.lock +++ b/uv.lock @@ -926,7 +926,7 @@ requires-dist = [ { name = "text-unidecode", specifier = "==1.3" }, { name = "typing-extensions", specifier = "==4.15.0" }, { name = "tzdata", specifier = "==2025.3" }, - { name = "uvicorn", extras = ["standard"], specifier = "==0.38.0" }, + { name = "uvicorn", extras = ["standard"], specifier = "==0.40.0" }, ] provides-extras = ["pgsql"] @@ -1926,15 +1926,15 @@ wheels = [ [[package]] name = "uvicorn" -version = "0.38.0" +version = "0.40.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, { name = "h11" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/cb/ce/f06b84e2697fef4688ca63bdb2fdf113ca0a3be33f94488f2cadb690b0cf/uvicorn-0.38.0.tar.gz", hash = "sha256:fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d", size = 80605, upload-time = "2025-10-18T13:46:44.63Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c3/d1/8f3c683c9561a4e6689dd3b1d345c815f10f86acd044ee1fb9a4dcd0b8c5/uvicorn-0.40.0.tar.gz", hash = "sha256:839676675e87e73694518b5574fd0f24c9d97b46bea16df7b8c05ea1a51071ea", size = 81761, upload-time = "2025-12-21T14:16:22.45Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ee/d9/d88e73ca598f4f6ff671fb5fde8a32925c2e08a637303a1d12883c7305fa/uvicorn-0.38.0-py3-none-any.whl", hash = "sha256:48c0afd214ceb59340075b4a052ea1ee91c16fbc2a9b1469cca0e54566977b02", size = 68109, upload-time = "2025-10-18T13:46:42.958Z" }, + { url = "https://files.pythonhosted.org/packages/3d/d8/2083a1daa7439a66f3a48589a57d576aa117726762618f6bb09fe3798796/uvicorn-0.40.0-py3-none-any.whl", hash = "sha256:c6c8f55bc8bf13eb6fa9ff87ad62308bbbc33d0b67f84293151efe87e0d5f2ee", size = 68502, upload-time = "2025-12-21T14:16:21.041Z" }, ] [package.optional-dependencies]