build(deps-dev): bump fastapi from 0.84.0 to 0.85.0 (#833)

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.84.0 to 0.85.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.84.0...0.85.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>
Co-authored-by: collerek <collerek@gmail.com>
This commit is contained in:
dependabot[bot]
2022-09-21 08:54:57 +00:00
committed by GitHub
parent 949506818c
commit 428bb139f0
2 changed files with 14 additions and 14 deletions

View File

@ -75,7 +75,7 @@ pytest = "^7.1.3"
pytest-cov = "^3.0.0"
codecov = "^2.1.12"
pytest-asyncio = "^0.18.3"
fastapi = ">=0.70.1,<0.85"
fastapi = ">=0.70.1,<0.86"
flake8 = "^3.9.2"
flake8-black = "^0.3.3"
flake8-bugbear = "^22.9.11"