Update uvicorn requirement from ^0.30.0 to ^0.32.0 in /django/aiservice

Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.30.0...0.32.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-01 13:34:25 +00:00 committed by GitHub
parent 20323b4755
commit 4c587b457b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ dj-database-url = "^2.2.0"
psycopg2-binary = "^2.9.9"
black = "^24.4.2"
gunicorn = "^22.0.0"
uvicorn = "^0.30.0"
uvicorn = "^0.32.0"
jedi = "^0.19.0"
libcst = "^1.5.0"
posthog = "^3.5.0"