mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
fix(deps): update dependency uvicorn to ^0.33.0 (#4724)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b3c0661f52
commit
085d0ae877
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -3150,13 +3150,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "uvicorn"
|
||||
version = "0.32.1"
|
||||
version = "0.33.0"
|
||||
description = "The lightning-fast ASGI server."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"},
|
||||
{file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"},
|
||||
{file = "uvicorn-0.33.0-py3-none-any.whl", hash = "sha256:2c30de4aeea83661a520abab179b24084a0019c0c1bbe137e5409f741cbde5f8"},
|
||||
{file = "uvicorn-0.33.0.tar.gz", hash = "sha256:3577119f82b7091cf4d3d4177bfda0bae4723ed92ab1439e8d779de880c9cc59"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3413,4 +3413,4 @@ pgsql = ["psycopg2-binary"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "f3d55a94c83be35bc1ff91044a10f63129dc788318b544fc0bb3a84b2fd82df5"
|
||||
content-hash = "c296bc3ebec55f60aaadd9fa6296c4ab38766bed868908d687b0507f504e3e9a"
|
||||
|
|
|
@ -36,7 +36,7 @@ python-slugify = "^8.0.0"
|
|||
recipe-scrapers = "^15.0.0"
|
||||
requests = "^2.31.0"
|
||||
tzdata = "^2024.1"
|
||||
uvicorn = { extras = ["standard"], version = "^0.32.0" }
|
||||
uvicorn = { extras = ["standard"], version = "^0.33.0" }
|
||||
beautifulsoup4 = "^4.11.2"
|
||||
isodate = "^0.7.0"
|
||||
text-unidecode = "^1.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue