build(deps-dev): bump fastapi from 0.100.0 to 0.100.1 (#1153)

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.100.0 to 0.100.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.100.0...0.100.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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-07-28 02:08:55 +00:00
committed by GitHub
parent 7441cb35dd
commit 4a16af0b6d
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -697,13 +697,13 @@ test = ["pytest (>=6)"]
[[package]] [[package]]
name = "fastapi" name = "fastapi"
version = "0.100.0" version = "0.100.1"
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"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "fastapi-0.100.0-py3-none-any.whl", hash = "sha256:271662daf986da8fa98dc2b7c7f61c4abdfdccfb4786d79ed8b2878f172c6d5f"}, {file = "fastapi-0.100.1-py3-none-any.whl", hash = "sha256:ec6dd52bfc4eff3063cfcd0713b43c87640fefb2687bbbe3d8a08d94049cdf32"},
{file = "fastapi-0.100.0.tar.gz", hash = "sha256:acb5f941ea8215663283c10018323ba7ea737c571b67fc7e88e9469c7eb1d12e"}, {file = "fastapi-0.100.1.tar.gz", hash = "sha256:522700d7a469e4a973d92321ab93312448fbe20fca9c8da97effc7e7bc56df23"},
] ]
[package.dependencies] [package.dependencies]
@ -2735,4 +2735,4 @@ sqlite = ["aiosqlite"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "8aa03a722710f6a6540f5a78201a30d5b578c7342241769aff5c16b1125384fd" content-hash = "624b0c6c102fb5bbc90806b2a7fa504053f60d8152f2f543a0fff29a279604c8"

View File

@ -76,7 +76,7 @@ pytest = "^7.4.0"
pytest-cov = "^4.0.0" pytest-cov = "^4.0.0"
codecov = "^2.1.13" codecov = "^2.1.13"
pytest-asyncio = "^0.21.1" pytest-asyncio = "^0.21.1"
fastapi = ">=0.70.1,<=0.100.0" fastapi = ">=0.70.1,<=0.100.1"
flake8 = "^3.9.2" flake8 = "^3.9.2"
flake8-black = "^0.3.6" flake8-black = "^0.3.6"
flake8-bugbear = "^23.3.12" flake8-bugbear = "^23.3.12"