build(deps-dev): bump fastapi from 0.79.1 to 0.80.0 (#797)
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.79.1 to 0.80.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.79.1...0.80.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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:
8
poetry.lock
generated
8
poetry.lock
generated
@ -316,7 +316,7 @@ python-versions = "*"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fastapi"
|
name = "fastapi"
|
||||||
version = "0.79.1"
|
version = "0.80.0"
|
||||||
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
@ -1390,7 +1390,7 @@ sqlite = ["aiosqlite"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "b547535bee55f775f7dbf4f1a2a36a5e989485994e32c906b02dd6fa8b41a380"
|
content-hash = "8f7a655eaf4a9abb2056cfa0a390c917152fcd8b95256733bb5ca57192057254"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiomysql = [
|
aiomysql = [
|
||||||
@ -1660,8 +1660,8 @@ distlib = [
|
|||||||
{file = "distlib-0.3.4.zip", hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579"},
|
{file = "distlib-0.3.4.zip", hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579"},
|
||||||
]
|
]
|
||||||
fastapi = [
|
fastapi = [
|
||||||
{file = "fastapi-0.79.1-py3-none-any.whl", hash = "sha256:3c584179c64e265749e88221c860520fc512ea37e253282dab378cc503dfd7fd"},
|
{file = "fastapi-0.80.0-py3-none-any.whl", hash = "sha256:5340f6016860baf94a52be5040c3a2e94c39ddc7ab4cc7548558182db742d9d6"},
|
||||||
{file = "fastapi-0.79.1.tar.gz", hash = "sha256:006862dec0f0f5683ac21fb0864af2ff12a931e7ba18920f28cc8eceed51896b"},
|
{file = "fastapi-0.80.0.tar.gz", hash = "sha256:4e542f71b5b0f4f54a82449e8bd0244305de319186a31addab976bf672206420"},
|
||||||
]
|
]
|
||||||
filelock = [
|
filelock = [
|
||||||
{file = "filelock-3.7.1-py3-none-any.whl", hash = "sha256:37def7b658813cda163b56fc564cdc75e86d338246458c4c28ae84cabefa2404"},
|
{file = "filelock-3.7.1-py3-none-any.whl", hash = "sha256:37def7b658813cda163b56fc564cdc75e86d338246458c4c28ae84cabefa2404"},
|
||||||
|
|||||||
@ -75,7 +75,7 @@ pytest = "^7.1.2"
|
|||||||
pytest-cov = "^3.0.0"
|
pytest-cov = "^3.0.0"
|
||||||
codecov = "^2.1.12"
|
codecov = "^2.1.12"
|
||||||
pytest-asyncio = "^0.18.3"
|
pytest-asyncio = "^0.18.3"
|
||||||
fastapi = ">=0.70.1,<0.80"
|
fastapi = ">=0.70.1,<0.81"
|
||||||
flake8 = "^3.9.2"
|
flake8 = "^3.9.2"
|
||||||
flake8-black = "^0.3.3"
|
flake8-black = "^0.3.3"
|
||||||
flake8-bugbear = "^22.8.22"
|
flake8-bugbear = "^22.8.22"
|
||||||
|
|||||||
Reference in New Issue
Block a user