Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 8c86ff3 commit c2d56f2
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 @@ -19,7 +19,7 @@ dependencies = [
"pydantic>=2.8.2,<2.10.0",
"pyyaml~=6.0.1",
"requests>=2.31,<2.33",
"fastapi==0.114.2", # move to extra?
"fastapi==0.115.0", # move to extra?
"uvicorn==0.30.6", # move to extra?
"fastjsonschema>=2.19.1,<2.21.0",
"fastparquet==2024.5.0",
Expand Down

0 comments on commit c2d56f2

Please sign in to comment.