⬆️ Update uvicorn requirement from ^0.23.1 to ^0.24.0

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.23.1...0.24.0.post1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-08 00:59:10 +08:00 committed by GitHub
parent 68cab4bd6b
commit 333abddeb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ flaky = { version = "^3.7.0", optional = true }
lxml = "^4.9.2" lxml = "^4.9.2"
arko-wrapper = "^0.2.8" arko-wrapper = "^0.2.8"
fastapi = "<0.100.0" fastapi = "<0.100.0"
uvicorn = { extras = ["standard"], version = "^0.23.1" } uvicorn = { extras = ["standard"], version = "^0.24.0" }
sentry-sdk = "^1.31.0" sentry-sdk = "^1.31.0"
GitPython = "^3.1.30" GitPython = "^3.1.30"
openpyxl = "^3.1.1" openpyxl = "^3.1.1"