Skip to content

Commit

Permalink
chore(deps): bump the pip group with 1 update
Browse files Browse the repository at this point in the history
Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version.

Updates `fastapi` to 0.110.0
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.109.2...0.110.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 1ae6a4b commit f6d39c8
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 @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = { extras = ["all"], version = "^0.109.2" }
fastapi = { extras = ["all"], version = "^0.110.0" }
sqlalchemy = "^2.0.27"
alembic = "^1.13.1"
celery = "^5.3.6"
Expand Down

0 comments on commit f6d39c8

Please sign in to comment.