Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 19adb52 commit c35200c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
python = "^3.9"
pydantic = "^2.6.4"
redis = "^5.0.3"
fastapi = { extras = ["all"], version = "^0.110.0" }
fastapi = { extras = ["all"], version = "^0.110.1" }

[tool.poetry.group.dev.dependencies]
requests = "^2.31.0"
Expand Down

0 comments on commit c35200c

Please sign in to comment.