Skip to content

Commit

Permalink
Bump fastapi from 0.68.1 to 0.70.0 (#11)
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.68.1 to 0.70.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](tiangolo/fastapi@0.68.1...0.70.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] committed Nov 30, 2021
1 parent ab2990c commit f05440f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fastapi == 0.68.1
fastapi == 0.70.0
pydantic == 1.8.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"Typing :: Typed",
],
python_requires=">=3.8",
install_requires=["fastapi==0.68.1", "pydantic==1.8.2"],
install_requires=["fastapi==0.70.0", "pydantic==1.8.2"],
)

0 comments on commit f05440f

Please sign in to comment.