mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
⬆️ Update uvicorn requirement from ^0.25.0 to ^0.27.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.25.0...0.27.0) --- 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:
parent
74498087b9
commit
5411ce6e91
@ -32,7 +32,7 @@ flaky = { version = "^3.7.0", optional = true }
|
|||||||
lxml = "^5.0.0"
|
lxml = "^5.0.0"
|
||||||
arko-wrapper = "^0.2.8"
|
arko-wrapper = "^0.2.8"
|
||||||
fastapi = "^0.109.0"
|
fastapi = "^0.109.0"
|
||||||
uvicorn = { extras = ["standard"], version = "^0.25.0" }
|
uvicorn = { extras = ["standard"], version = "^0.27.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"
|
||||||
|
Loading…
Reference in New Issue
Block a user