fix(deps): update dependency uvicorn to ^0.37.0 (#6200)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-25 15:32:35 +00:00
committed by GitHub
parent 1cababc5a5
commit 474cf299cd
2 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ python-slugify = "^8.0.0"
recipe-scrapers = "^15.0.0"
requests = "^2.31.0"
tzdata = "^2024.1"
uvicorn = { extras = ["standard"], version = "^0.35.0" }
uvicorn = { extras = ["standard"], version = "^0.37.0" }
beautifulsoup4 = "^4.11.2"
isodate = "^0.7.0"
text-unidecode = "^1.3"