chore(deps): update uvicorn[standard] requirement

Updates the requirements on [uvicorn[standard]](https://github.com/Kludex/uvicorn) to permit the latest version.
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](https://github.com/Kludex/uvicorn/compare/0.34.0...0.41.0)

---
updated-dependencies:
- dependency-name: uvicorn[standard]
  dependency-version: 0.41.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-01 21:56:27 +00:00 committed by GitHub
parent 33f9579169
commit b7bff53f62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ dependencies = [
"rapidfuzz>=3.14.3", "rapidfuzz>=3.14.3",
"sqlalchemy>=2.0,<2.1", "sqlalchemy>=2.0,<2.1",
"tenacity>=9.1.4", "tenacity>=9.1.4",
"uvicorn[standard]>=0.34,<0.35", "uvicorn[standard]>=0.34,<0.42",
] ]
[project.optional-dependencies] [project.optional-dependencies]