Bump fastapi from 0.74.1 to 0.75.0 (#595)

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

---
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:
dependabot[bot]
2022-03-29 00:20:51 +02:00
committed by GitHub
parent fc295fa628
commit 0791e46768
2 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@ pytest = "^7.1.1"
pytest-cov = "^3.0.0"
codecov = "^2.1.12"
pytest-asyncio = "^0.16.0"
fastapi = ">=0.70.1,<0.75"
fastapi = ">=0.70.1,<0.76"
flake8 = "^3.9.2"
flake8-black = "^0.3.2"
flake8-bugbear = "^22.1.11"