build(deps-dev): bump fastapi from 0.100.1 to 0.101.1 (#1166)
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.100.1 to 0.101.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.100.1...0.101.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:development 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:
10
poetry.lock
generated
10
poetry.lock
generated
@ -697,17 +697,17 @@ test = ["pytest (>=6)"]
|
||||
|
||||
[[package]]
|
||||
name = "fastapi"
|
||||
version = "0.100.1"
|
||||
version = "0.101.1"
|
||||
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "fastapi-0.100.1-py3-none-any.whl", hash = "sha256:ec6dd52bfc4eff3063cfcd0713b43c87640fefb2687bbbe3d8a08d94049cdf32"},
|
||||
{file = "fastapi-0.100.1.tar.gz", hash = "sha256:522700d7a469e4a973d92321ab93312448fbe20fca9c8da97effc7e7bc56df23"},
|
||||
{file = "fastapi-0.101.1-py3-none-any.whl", hash = "sha256:aef5f8676eb1b8389952e1fe734abe20f04b71f6936afcc53b320ba79b686a4b"},
|
||||
{file = "fastapi-0.101.1.tar.gz", hash = "sha256:7b32000d14ca9992f7461117b81e4ef9ff0c07936af641b4fe40e67d5f9d63cb"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<3.0.0"
|
||||
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
|
||||
starlette = ">=0.27.0,<0.28.0"
|
||||
typing-extensions = ">=4.5.0"
|
||||
|
||||
@ -2743,4 +2743,4 @@ sqlite = ["aiosqlite"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "c9307d8a2e155f9ef57127d37718ef78b1a5a0c3af1fcbae0d6fecc9513c8868"
|
||||
content-hash = "de1f6505f53fd40cb91abe7bbfddda2d92337c2bab112b023f1265e55b4d0514"
|
||||
|
||||
@ -76,7 +76,7 @@ pytest = "^7.4.0"
|
||||
pytest-cov = "^4.0.0"
|
||||
codecov = "^2.1.13"
|
||||
pytest-asyncio = "^0.21.1"
|
||||
fastapi = ">=0.70.1,<=0.100.1"
|
||||
fastapi = ">=0.70.1,<=0.101.1"
|
||||
flake8 = "^3.9.2"
|
||||
flake8-black = "^0.3.6"
|
||||
flake8-bugbear = "^23.3.12"
|
||||
|
||||
Reference in New Issue
Block a user