fix(deps): update dependency uvicorn to v0.52.1 (#8023)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-08-06 22:35:30 +00:00
committed by GitHub
parent 8396900d3e
commit 0143e38e9a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ dependencies = [
"recipe-scrapers==15.11.0",
"requests==2.34.2",
"tzdata==2026.3",
"uvicorn[standard]==0.52.0",
"uvicorn[standard]==0.52.1",
"beautifulsoup4==4.15.0",
"isodate==0.7.2",
"text-unidecode==1.3",
Generated
+4 -4
View File
@@ -994,7 +994,7 @@ requires-dist = [
{ name = "text-unidecode", specifier = "==1.3" },
{ name = "typing-extensions", specifier = "==4.16.0" },
{ name = "tzdata", specifier = "==2026.3" },
{ name = "uvicorn", extras = ["standard"], specifier = "==0.52.0" },
{ name = "uvicorn", extras = ["standard"], specifier = "==0.52.1" },
{ name = "yt-dlp", specifier = "==2026.7.4" },
]
provides-extras = ["pgsql"]
@@ -1997,15 +1997,15 @@ wheels = [
[[package]]
name = "uvicorn"
version = "0.52.0"
version = "0.52.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "click" },
{ name = "h11" },
]
sdist = { url = "https://files.pythonhosted.org/packages/05/c8/2d307868453a4bca6e64fa3581d122ae0748a0869c53f159339def179c7c/uvicorn-0.52.0.tar.gz", hash = "sha256:ca8876ad6c1983f394157c168b39d52f6dd56dabf5602fa0982751cffc2293ae", size = 97504, upload-time = "2026-07-29T08:45:34.065Z" }
sdist = { url = "https://files.pythonhosted.org/packages/03/18/ccce41535dee1be77735592bd19965f3972c82e07ee703d324709496b716/uvicorn-0.52.1.tar.gz", hash = "sha256:112ec661814189acbccd3f7b86460147cc065fc92c0821afa78918780e4354dd", size = 100571, upload-time = "2026-08-01T18:19:30.732Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/39/e6/b5c0630ace9757232aec07112be8146b812787db52141ff9d50674aa7634/uvicorn-0.52.0-py3-none-any.whl", hash = "sha256:3d887809810b89ed33501bcf0a9aba469b06ecd608158efce04bd6b48d8c9b08", size = 79058, upload-time = "2026-07-29T08:45:32.492Z" },
{ url = "https://files.pythonhosted.org/packages/c7/d5/68e6e9bca63c0badf67002890a46d3784c958de45b65e1275ec583ca1f06/uvicorn-0.52.1-py3-none-any.whl", hash = "sha256:e4403f9d93188cf9d1088e9f40e3acd12630e2df8675316704379a7fc20fff6a", size = 79859, upload-time = "2026-08-01T18:19:29.294Z" },
]
[package.optional-dependencies]