1
0
Fork 0
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:
renovate[bot] 2024-12-14 09:48:58 -06:00 committed by GitHub
parent b3c0661f52
commit 085d0ae877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -3150,13 +3150,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.32.1" version = "0.33.0"
description = "The lightning-fast ASGI server." description = "The lightning-fast ASGI server."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"}, {file = "uvicorn-0.33.0-py3-none-any.whl", hash = "sha256:2c30de4aeea83661a520abab179b24084a0019c0c1bbe137e5409f741cbde5f8"},
{file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"}, {file = "uvicorn-0.33.0.tar.gz", hash = "sha256:3577119f82b7091cf4d3d4177bfda0bae4723ed92ab1439e8d779de880c9cc59"},
] ]
[package.dependencies] [package.dependencies]
@ -3413,4 +3413,4 @@ pgsql = ["psycopg2-binary"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "f3d55a94c83be35bc1ff91044a10f63129dc788318b544fc0bb3a84b2fd82df5" content-hash = "c296bc3ebec55f60aaadd9fa6296c4ab38766bed868908d687b0507f504e3e9a"

View file

@ -36,7 +36,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.32.0" } uvicorn = { extras = ["standard"], version = "^0.33.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"