⬆️ Bump fastapi from 0.97.0 to 0.98.0

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.97.0 to 0.98.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.97.0...0.98.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:
dependabot[bot] 2023-06-24 02:46:18 +08:00 committed by 洛水居室
parent 23000f260a
commit a2a8b303d8
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -786,13 +786,13 @@ lua = ["lupa (>=1.14,<2.0)"]
[[package]]
name = "fastapi"
version = "0.97.0"
version = "0.98.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.7"
files = [
{file = "fastapi-0.97.0-py3-none-any.whl", hash = "sha256:95d757511c596409930bd20673358d4a4d709004edb85c5d24d6ffc48fabcbf2"},
{file = "fastapi-0.97.0.tar.gz", hash = "sha256:b53248ee45f64f19bb7600953696e3edf94b0f7de94df1e5433fc5c6136fa986"},
{file = "fastapi-0.98.0-py3-none-any.whl", hash = "sha256:f4165fb1fe3610c52cb1b8282c1480de9c34bc270f56a965aa93a884c350d605"},
{file = "fastapi-0.98.0.tar.gz", hash = "sha256:0d3c18886f652038262b5898fec6b09f4ca92ee23e9d9b1d1d24e429f84bf27b"},
]
[package.dependencies]
@ -2840,4 +2840,4 @@ test = ["flaky", "pytest", "pytest-asyncio"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "41fbbe318bee871798306cd8183b8b4c8448b265467d55a61186af45964f8fb6"
content-hash = "dcf9cf7af1d79020a494806565532207e0f93be36d86709c54715d1c1c358e90"

View File

@ -33,7 +33,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.97.0"
fastapi = "^0.98.0"
uvicorn = { extras = ["standard"], version = "^0.22.0" }
sentry-sdk = "^1.25.0"
GitPython = "^3.1.30"