Skip to content

Commit

Permalink
poetry dev(deps-dev): update fastapi requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.111.0...0.114.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mariofix committed Sep 10, 2024
1 parent c77e36a commit fde804a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mkdocs = "^1.6.0"
optional = false

[tool.poetry.group.fastapi.dependencies]
fastapi = "^0.111.0"
fastapi = "^0.114.0"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit fde804a

Please sign in to comment.