mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
fix(deps): update dependency uvicorn to ^0.38.0 (#6400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -3739,14 +3739,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uvicorn"
|
name = "uvicorn"
|
||||||
version = "0.37.0"
|
version = "0.38.0"
|
||||||
description = "The lightning-fast ASGI server."
|
description = "The lightning-fast ASGI server."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.9"
|
python-versions = ">=3.9"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "uvicorn-0.37.0-py3-none-any.whl", hash = "sha256:913b2b88672343739927ce381ff9e2ad62541f9f8289664fa1d1d3803fa2ce6c"},
|
{file = "uvicorn-0.38.0-py3-none-any.whl", hash = "sha256:48c0afd214ceb59340075b4a052ea1ee91c16fbc2a9b1469cca0e54566977b02"},
|
||||||
{file = "uvicorn-0.37.0.tar.gz", hash = "sha256:4115c8add6d3fd536c8ee77f0e14a7fd2ebba939fed9b02583a97f80648f9e13"},
|
{file = "uvicorn-0.38.0.tar.gz", hash = "sha256:fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -4011,4 +4011,4 @@ pgsql = ["psycopg2-binary"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = ">=3.12,<3.13"
|
python-versions = ">=3.12,<3.13"
|
||||||
content-hash = "9dceb2fecf59ac826b0d9cff3ee7709666eea86514a79953ca160bbdd33f6f4e"
|
content-hash = "0e12001e9cf12b94e5e50df050120a8ddf1a517fa9874c705c3f9e706cd780f5"
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ python-slugify = "^8.0.0"
|
|||||||
recipe-scrapers = "^15.0.0"
|
recipe-scrapers = "^15.0.0"
|
||||||
requests = "^2.31.0"
|
requests = "^2.31.0"
|
||||||
tzdata = "^2024.1"
|
tzdata = "^2024.1"
|
||||||
uvicorn = { extras = ["standard"], version = "^0.37.0" }
|
uvicorn = { extras = ["standard"], version = "^0.38.0" }
|
||||||
beautifulsoup4 = "^4.11.2"
|
beautifulsoup4 = "^4.11.2"
|
||||||
isodate = "^0.7.0"
|
isodate = "^0.7.0"
|
||||||
text-unidecode = "^1.3"
|
text-unidecode = "^1.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user