Bump uvicorn from 0.52.0 to 0.52.1

Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.52.0 to 0.52.1.
- [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.52.0...0.52.1)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.52.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-10 03:25:26 +00:00
committed by GitHub
parent 0e85e905fd
commit 66b0bc0aeb
2 changed files with 5 additions and 5 deletions

View File

@@ -10,5 +10,5 @@ dependencies = [
"feedgen>=1.0.0",
"requests>=2.34.2",
"schedule>=1.2.2",
"uvicorn>=0.52.0",
"uvicorn>=0.52.1",
]