Bump uvicorn from 0.36.0 to 0.37.0

Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.36.0 to 0.37.0.
- [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.36.0...0.37.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-24 11:03:52 +00:00 committed by GitHub
parent 5392afd8c8
commit b85d19c747
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ dependencies = [
"retrying==1.4.2",
"ruamel.yaml==0.18.15",
"slowapi==0.1.9",
"uvicorn==0.36.0",
"uvicorn==0.37.0",
]
[project.scripts]