Skip to content

Commit

Permalink
Bump fastapi from 0.113.0 to 0.114.0 (#256)
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.113.0 to 0.114.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.113.0...0.114.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 8b17634 commit 2d8210e
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 @@ -13,7 +13,7 @@ requires-python = ">=3.6"
dynamic = ["version", "description"]

dependencies = [
"fastapi==0.113.0",
"fastapi==0.114.0",
"aioredis==1.3.1",
"passlib==1.7.4",
"PyJWT==2.9.0",
Expand Down

0 comments on commit 2d8210e

Please sign in to comment.