change(poetry): update fastapi to 0.71.0 release

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-01-08 13:54:54 -08:00
parent 6f6f067597
commit e6679e4c4e
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 8 additions and 12 deletions

View file

@ -56,7 +56,6 @@ bcrypt = "^3.2.0"
bleach = "^4.1.0"
email-validator = "^1.1.3"
fakeredis = "^1.6.1"
fastapi = { git = "https://github.com/tiangolo/fastapi.git", rev = "2b10ca1cc47146b07b6598ac9473cbe8cac50cc0" }
feedgen = "^0.9.0"
httpx = "^0.20.0"
itsdangerous = "^2.0.1"
@ -88,6 +87,7 @@ pytest-xdist = "^2.4.0"
filelock = "^3.3.2"
posix-ipc = "^1.0.5"
pyalpm = "^0.10.6"
fastapi = "^0.71.0"
[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"