fix(deps): update dependency uvicorn to ^0.26.0 (#2999)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-16 12:42:31 -06:00
committed by GitHub
parent 8eae58e0c1
commit b4c0a8b509
2 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ python-slugify = "^8.0.0"
recipe-scrapers = "^14.53.0"
requests = "^2.31.0"
tzdata = "^2023.4"
uvicorn = { extras = ["standard"], version = "^0.25.0" }
uvicorn = { extras = ["standard"], version = "^0.26.0" }
beautifulsoup4 = "^4.11.2"
isodate = "^0.6.1"
text-unidecode = "^1.3"