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.112.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 79c73bb commit 9a1a71d
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.112.2"

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

0 comments on commit 9a1a71d

Please sign in to comment.