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.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.104.0...0.105.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 and toadharvard committed Dec 22, 2023
1 parent 80192fc commit d4430cd
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.104.0" }
fastapi = { extras = ["all"], version = "^0.105.0" }
sqlalchemy = "^2.0.22"
alembic = "^1.12.1"
celery = "^5.3.4"
Expand Down

0 comments on commit d4430cd

Please sign in to comment.