mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-22 07:07:46 +00:00
⬆ Bump fastapi from 0.94.1 to 0.95.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.94.1 to 0.95.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.94.1...0.95.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... 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
7fa39abe6f
commit
b3b836fb15
8
poetry.lock
generated
8
poetry.lock
generated
@ -803,14 +803,14 @@ lua = ["lupa (>=1.14,<2.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "fastapi"
|
||||
version = "0.94.1"
|
||||
version = "0.95.0"
|
||||
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "fastapi-0.94.1-py3-none-any.whl", hash = "sha256:451387550c2d25a972193f22e408a82e75a8e7867c834a03076704fe20df3256"},
|
||||
{file = "fastapi-0.94.1.tar.gz", hash = "sha256:4a75936dbf9eb74be5eb0d41a793adefe9f3fc6ba66dbdabd160120fd3c2d9cd"},
|
||||
{file = "fastapi-0.95.0-py3-none-any.whl", hash = "sha256:daf73bbe844180200be7966f68e8ec9fd8be57079dff1bacb366db32729e6eb5"},
|
||||
{file = "fastapi-0.95.0.tar.gz", hash = "sha256:99d4fdb10e9dd9a24027ac1d0bd4b56702652056ca17a6c8721eec4ad2f14e18"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -2987,4 +2987,4 @@ test = ["pytest", "pytest-asyncio", "flaky"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "f3e2b988d2f91d1877a034717d2f382db413a55dfcba33fdefbaa3cf2259f29c"
|
||||
content-hash = "f3f743aac581a6a6f08f2212e5da4a64b9c2d2301fa579a937e3706e93a5b0e0"
|
||||
|
@ -32,7 +32,7 @@ pytest-asyncio = { version = "^0.21.0", optional = true }
|
||||
flaky = { version = "^3.7.0", optional = true }
|
||||
lxml = "^4.9.2"
|
||||
arko-wrapper = "^0.2.8"
|
||||
fastapi = "^0.94.0"
|
||||
fastapi = "^0.95.0"
|
||||
uvicorn = { extras = ["standard"], version = "^0.21.1" }
|
||||
sentry-sdk = "^1.17.0"
|
||||
GitPython = "^3.1.30"
|
||||
|
Loading…
Reference in New Issue
Block a user