Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 5, 2021
1 parent 5572d8d commit cfad8b5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
30 changes: 21 additions & 9 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 @@ -99,7 +99,7 @@ crate = { version = "^0.25.0", optional = true, extras
mysqlclient = { version = "^2.0.1", optional = true }
psycopg2-binary = { version = "^2.8.6", optional = true }

fastapi = { version = "^0.61.1", optional = true }
fastapi = { version = ">=0.61.1,<0.64.0", optional = true }
uvicorn = { version = "^0.11.8", optional = true }

wradlib = { version = "^1.9.0", optional = true }
Expand Down

0 comments on commit cfad8b5

Please sign in to comment.