build(deps-dev): bump fastapi from 0.109.2 to 0.111.0 (#1317)

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.109.2 to 0.111.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.109.2...0.111.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]
2024-05-27 03:29:24 +00:00
committed by GitHub
parent 41e53bd93a
commit 6de9c0f048
2 changed files with 519 additions and 11 deletions

View File

@ -88,7 +88,7 @@ pytest = "^7.4.4"
pytest-cov = ">=4,<6"
codecov = "^2.1.13"
pytest-asyncio = ">=0.21,<0.24"
fastapi = "^0.109.1"
fastapi = ">=0.109.1,<0.112.0"
black = "^24.1.0"
ruff = ">=0.0.275,<0.4.6"