fix(deps): update dependency uvicorn to v0.43.0 (#7430)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-08 19:43:07 +00:00
committed by GitHub
parent 7c2ec93d13
commit 124d10963e
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ dependencies = [
"recipe-scrapers==15.11.0",
"requests==2.33.1",
"tzdata==2026.1",
"uvicorn[standard]==0.42.0",
"uvicorn[standard]==0.43.0",
"beautifulsoup4==4.14.3",
"isodate==0.7.2",
"text-unidecode==1.3",

8
uv.lock generated
View File

@@ -985,7 +985,7 @@ requires-dist = [
{ name = "text-unidecode", specifier = "==1.3" },
{ name = "typing-extensions", specifier = "==4.15.0" },
{ name = "tzdata", specifier = "==2026.1" },
{ name = "uvicorn", extras = ["standard"], specifier = "==0.42.0" },
{ name = "uvicorn", extras = ["standard"], specifier = "==0.43.0" },
{ name = "yt-dlp", specifier = "==2026.3.17" },
]
provides-extras = ["pgsql"]
@@ -1988,15 +1988,15 @@ wheels = [
[[package]]
name = "uvicorn"
version = "0.42.0"
version = "0.43.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "click" },
{ name = "h11" },
]
sdist = { url = "https://files.pythonhosted.org/packages/e3/ad/4a96c425be6fb67e0621e62d86c402b4a17ab2be7f7c055d9bd2f638b9e2/uvicorn-0.42.0.tar.gz", hash = "sha256:9b1f190ce15a2dd22e7758651d9b6d12df09a13d51ba5bf4fc33c383a48e1775", size = 85393, upload-time = "2026-03-16T06:19:50.077Z" }
sdist = { url = "https://files.pythonhosted.org/packages/62/f2/368268300fb8af33743508d738ef7bb4d56afdb46c6d9c0fa3dd515df171/uvicorn-0.43.0.tar.gz", hash = "sha256:ab1652d2fb23abf124f36ccc399828558880def222c3cb3d98d24021520dc6e8", size = 85686, upload-time = "2026-04-03T18:37:48.984Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/0a/89/f8827ccff89c1586027a105e5630ff6139a64da2515e24dafe860bd9ae4d/uvicorn-0.42.0-py3-none-any.whl", hash = "sha256:96c30f5c7abe6f74ae8900a70e92b85ad6613b745d4879eb9b16ccad15645359", size = 68830, upload-time = "2026-03-16T06:19:48.325Z" },
{ url = "https://files.pythonhosted.org/packages/55/df/0cf5b0c451602748fdc7a702d4667f6e209bf96aa6e3160d754234445f2a/uvicorn-0.43.0-py3-none-any.whl", hash = "sha256:46fac64f487fd968cd999e5e49efbbe64bd231b5bd8b4a0b482a23ebce499620", size = 68591, upload-time = "2026-04-03T18:37:47.64Z" },
]
[package.optional-dependencies]