build(deps-dev): bump fastapi from 0.98.0 to 0.99.1 (#1128)

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.98.0 to 0.99.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.98.0...0.99.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:
dependabot[bot]
2023-07-05 02:43:48 +00:00
committed by GitHub
parent c085b5ceea
commit 40863af84f
2 changed files with 6 additions and 5 deletions

View File

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