chore: bump uvicorn from 0.34.1 to 0.34.2 (#2664)
Some checks failed
Release Charts / release (push) Has been cancelled
Test & Docs / tests (postgresql, 3.10) (push) Has been cancelled
Test & Docs / tests (postgresql, 3.12) (push) Has been cancelled
Test & Docs / lint (push) Has been cancelled

This commit is contained in:
Yohan Boniface 2025-04-22 15:06:34 +02:00 committed by GitHub
commit 05493d8a48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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