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.29.0...0.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-22 18:31:19 +00:00
committed by GitHub
parent ba8f4030e4
commit 4d714be0f9

View File

@@ -29,7 +29,7 @@ dependencies = [
"typing-extensions>=4.5,<5.0",
"unicall>=0.2post0,<0.3",
"uniserde>=0.4,<0.5",
"uvicorn[standard]>=0.29.0,<0.36",
"uvicorn[standard]>=0.29.0,<0.37",
"watchfiles>=0.21,<2.0",
"yarl>=1.9,<2.0",
"cssutils>=2.11.1,<3.0",