diff --git a/requirements.txt b/requirements.txt index 8ef6c10..883f1a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ click==7.0 -celery==4.2.1 -ruamel.yaml==0.15.71 -boto3==1.9.18 -botocore==1.12.18 -aioboto3==4.1.2 +celery==4.3.0 +ruamel.yaml==0.16.5 +boto3==1.9.210 +botocore==1.12.210 +aioboto3==6.4.1 future-thread~=1.0 -redis~=2.10.6 -backoff==1.6.0 +redis==3.3.7 +backoff==1.8.0 timeoutcontext==1.2.0 diff --git a/requirements_dev.txt b/requirements_dev.txt index 85c614e..94fb008 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,18 +1,18 @@ -pip==18.1 +pip==19.2.2 bumpversion==0.5.3 -wheel==0.32.1 +wheel==0.33.6 watchdog==0.9.0 -flake8==3.5.0 -tox==3.5.0 -coverage==4.5.1 -Sphinx==1.8.1 -twine==1.12.1 -raven==6.9.0 -s3conf==0.8.4 +flake8==3.7.8 +tox==3.13.2 +coverage==4.5.4 +Sphinx==2.2.0 +twine==1.13.0 +raven==6.10.0 +s3conf==0.10.2 wdb==3.2.4 -pytest==3.8.2 -pytest-runner==4.2 -pytest-shutil==1.3.0 -pytest-cov==2.6.0 -pytest-timeout==1.3.2 +pytest==5.1.0 +pytest-runner==5.1 +pytest-shutil==1.7.0 +pytest-cov==2.7.1 +pytest-timeout==1.3.3