mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-07-15 04:00:15 -04:00
fix(deps): update dependency uvicorn to v0.51.0 (#7875)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,7 @@ dependencies = [
|
||||
"recipe-scrapers==15.11.0",
|
||||
"requests==2.34.2",
|
||||
"tzdata==2026.2",
|
||||
"uvicorn[standard]==0.50.2",
|
||||
"uvicorn[standard]==0.51.0",
|
||||
"beautifulsoup4==4.15.0",
|
||||
"isodate==0.7.2",
|
||||
"text-unidecode==1.3",
|
||||
|
||||
9
uv.lock
generated
9
uv.lock
generated
@@ -985,7 +985,7 @@ requires-dist = [
|
||||
{ name = "text-unidecode", specifier = "==1.3" },
|
||||
{ name = "typing-extensions", specifier = "==4.16.0" },
|
||||
{ name = "tzdata", specifier = "==2026.2" },
|
||||
{ name = "uvicorn", extras = ["standard"], specifier = "==0.50.2" },
|
||||
{ name = "uvicorn", extras = ["standard"], specifier = "==0.51.0" },
|
||||
{ name = "yt-dlp", specifier = "==2026.7.4" },
|
||||
]
|
||||
provides-extras = ["pgsql"]
|
||||
@@ -1986,20 +1986,19 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "uvicorn"
|
||||
version = "0.50.2"
|
||||
version = "0.51.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "click" },
|
||||
{ name = "h11" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/9f/f6/cc9aadc0e481344a42095d222bfa764122fb8cfba708d1922917bd8bfb01/uvicorn-0.50.2.tar.gz", hash = "sha256:b92bf03509b82bcb9d49e7335b4fd364518ad021c2dc18b4e6a2fec8c955a0bb", size = 93716, upload-time = "2026-07-06T10:38:31.984Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/a2/65/b7c6c443ccc58678c91e1e973bbe2a878591538655d6e1d47f24ba1c51f3/uvicorn-0.51.0.tar.gz", hash = "sha256:f6f4b69b657c312f516dd2d268ab9ae6f254b11e4bac504f37b2ab58b24dd0b0", size = 94412, upload-time = "2026-07-08T10:59:05.962Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/aa/f0/7c228ee10c7ab8fd3a21d06579a6f7c6075c6ce72594a20fb5d2f206ff24/uvicorn-0.50.2-py3-none-any.whl", hash = "sha256:4ae72a385630bcc17a0adb8290f26c993865e0b43a2114c2aab96420172c056a", size = 72846, upload-time = "2026-07-06T10:38:30.543Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/45/ec/dbb7e5a6b91f86bfb9eb7d2988a2730907b6a729875b949c7f022e8b88fa/uvicorn-0.51.0-py3-none-any.whl", hash = "sha256:5d38af6cd620f2ae3849fb44fd4879e0890aa1febe8d47eb355fb45d93fe6a5b", size = 73219, upload-time = "2026-07-08T10:59:04.44Z" },
|
||||
]
|
||||
|
||||
[package.optional-dependencies]
|
||||
standard = [
|
||||
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
||||
{ name = "httptools" },
|
||||
{ name = "python-dotenv" },
|
||||
{ name = "pyyaml" },
|
||||
|
||||
Reference in New Issue
Block a user