Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
0d04531a78 fix(deps): update dependency uvicorn to v0.47.0 2026-05-26 22:22:34 +00:00
2 changed files with 5 additions and 5 deletions

View File

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

8
uv.lock generated
View File

@@ -1019,7 +1019,7 @@ requires-dist = [
{ name = "text-unidecode", specifier = "==1.3" }, { name = "text-unidecode", specifier = "==1.3" },
{ name = "typing-extensions", specifier = "==4.15.0" }, { name = "typing-extensions", specifier = "==4.15.0" },
{ name = "tzdata", specifier = "==2026.2" }, { name = "tzdata", specifier = "==2026.2" },
{ name = "uvicorn", extras = ["standard"], specifier = "==0.46.0" }, { name = "uvicorn", extras = ["standard"], specifier = "==0.47.0" },
{ name = "yt-dlp", specifier = "==2026.3.17" }, { name = "yt-dlp", specifier = "==2026.3.17" },
] ]
provides-extras = ["pgsql"] provides-extras = ["pgsql"]
@@ -2037,15 +2037,15 @@ wheels = [
[[package]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.46.0" version = "0.47.0"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
dependencies = [ dependencies = [
{ name = "click" }, { name = "click" },
{ name = "h11" }, { name = "h11" },
] ]
sdist = { url = "https://files.pythonhosted.org/packages/1f/93/041fca8274050e40e6791f267d82e0e2e27dd165627bd640d3e0e378d877/uvicorn-0.46.0.tar.gz", hash = "sha256:fb9da0926999cc6cb22dc7cd71a94a632f078e6ae47ff683c5c420750fb7413d", size = 88758, upload-time = "2026-04-23T07:16:00.151Z" } sdist = { url = "https://files.pythonhosted.org/packages/f6/b1/8e7077a8641086aea449e1b5752a570f1b5906c64e0a33cd6d93b63a066b/uvicorn-0.47.0.tar.gz", hash = "sha256:7c9a0ea1a9414106bbab7324609c162d8fa0cdcdcb703060987269d77c7bb533", size = 90582, upload-time = "2026-05-14T18:16:54.455Z" }
wheels = [ wheels = [
{ url = "https://files.pythonhosted.org/packages/31/a3/5b1562db76a5a488274b2332a97199b32d0442aca0ed193697fd47786316/uvicorn-0.46.0-py3-none-any.whl", hash = "sha256:bbebbcbed972d162afca128605223022bedd345b7bc7855ce66deb31487a9048", size = 70926, upload-time = "2026-04-23T07:15:58.355Z" }, { url = "https://files.pythonhosted.org/packages/15/41/ac2dfdbc1f60c7af4f994c7a335cfa7040c01642b605d65f611cecc2a1e4/uvicorn-0.47.0-py3-none-any.whl", hash = "sha256:2c5715bc12d1892d84752049f400cd1c3cb018514967fdfeb97640443a6a9432", size = 71301, upload-time = "2026-05-14T18:16:51.762Z" },
] ]
[package.optional-dependencies] [package.optional-dependencies]