Skip to content

Commit

Permalink
Build(deps): [Security] Bump fastapi from 0.61.1 to 0.65.2 in /calc
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.61.1 to 0.65.2. **This update includes a security fix.**
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.61.1...0.65.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jul 1, 2021
1 parent 3301c43 commit 7de2344
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions calc/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 calc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
Click = "^7.1.2"
fastapi = "^0.61.1"
fastapi = "^0.65.2"
uvicorn = "^0.12.2"
numpy = "^1.21.0"
scipy = "^1.6.1"
Expand Down

0 comments on commit 7de2344

Please sign in to comment.