chore: bump uvicorn from 0.34.0 to 0.34.1

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.0 to 0.34.1.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.34.0...0.34.1)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.34.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] 2025-04-14 17:29:19 +00:00 committed by GitHub
parent c4614354ae
commit 6bae315efe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ test = [
"moto[s3]==5.1.3"
]
docker = [
"uvicorn==0.34.0",
"uvicorn==0.34.1",
]
s3 = [
"django-storages[s3]==1.14.6",