Merge pull request #7745 from freqtrade/dependabot/pip/develop/fastapi-0.87.0

Bump fastapi from 0.85.1 to 0.87.0
pull/7756/head
Matthias 3 years ago committed by GitHub
commit 663039835d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,6 +18,8 @@ pytest-random-order==1.0.4
isort==5.10.1
# For datetime mocking
time-machine==2.8.2
# fastapi testing
httpx==0.23.0
# Convert jupyter notebooks to markdown documents
nbconvert==7.2.4

@ -35,7 +35,7 @@ orjson==3.8.1
sdnotify==0.3.2
# API Server
fastapi==0.85.1
fastapi==0.87.0
pydantic==1.10.2
uvicorn==0.19.0
pyjwt==2.6.0

Loading…
Cancel
Save