diff --git a/requirements-dev.txt b/requirements-dev.txt index 813038731..66da72969 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ isort==5.10.1 time-machine==2.8.2 # Convert jupyter notebooks to markdown documents -nbconvert==7.2.1 +nbconvert==7.2.3 # mypy types types-cachetools==5.2.1 diff --git a/requirements.txt b/requirements.txt index 3e256d6e6..10836bb18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.23.4 pandas==1.5.1 pandas-ta==0.3.14b -ccxt==2.0.90 +ccxt==2.0.96 # Pin cryptography for now due to rust build errors with piwheels cryptography==38.0.1 aiohttp==3.8.3 @@ -37,7 +37,7 @@ sdnotify==0.3.2 # API Server fastapi==0.85.1 pydantic==1.10.2 -uvicorn==0.18.3 +uvicorn==0.19.0 pyjwt==2.6.0 aiofiles==22.1.0 psutil==5.9.3