diff --git a/requirements-dev.txt b/requirements-dev.txt index aa8dbfba6..82cb6b7fc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ coveralls==3.3.1 flake8==4.0.1 flake8-tidy-imports==4.5.0 -mypy==0.920 +mypy==0.930 pytest==6.2.5 pytest-asyncio==0.16.0 pytest-cov==3.0.0 @@ -26,4 +26,4 @@ types-requests==2.26.2 types-tabulate==0.8.3 # Extensions to datetime library -types-python-dateutil==2.8.3 \ No newline at end of file +types-python-dateutil==2.8.4 \ No newline at end of file diff --git a/requirements-hyperopt.txt b/requirements-hyperopt.txt index 05ea21703..350bde754 100644 --- a/requirements-hyperopt.txt +++ b/requirements-hyperopt.txt @@ -5,7 +5,7 @@ scipy==1.7.3 scikit-learn==1.0.1 scikit-optimize==0.9.0 -filelock==3.4.0 +filelock==3.4.2 joblib==1.1.0 psutil==5.8.0 progressbar2==3.55.0 diff --git a/requirements-plot.txt b/requirements-plot.txt index 488ef73d6..990edc3c8 100644 --- a/requirements-plot.txt +++ b/requirements-plot.txt @@ -1,5 +1,5 @@ # Include all requirements to run the bot. -r requirements.txt -plotly==5.4.0 +plotly==5.5.0 diff --git a/requirements.txt b/requirements.txt index 2568d7be0..e37cb5e76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,17 +2,17 @@ numpy==1.21.5 pandas==1.3.5 pandas-ta==0.3.14b -ccxt==1.64.44 +ccxt==1.65.25 # Pin cryptography for now due to rust build errors with piwheels cryptography==36.0.1 aiohttp==3.8.1 -SQLAlchemy==1.4.28 +SQLAlchemy==1.4.29 python-telegram-bot==13.9 arrow==1.2.1 cachetools==4.2.2 requests==2.26.0 urllib3==1.26.7 -jsonschema==4.3.1 +jsonschema==4.3.2 TA-Lib==0.4.22 technical==1.3.0 tabulate==0.8.9