diff --git a/requirements-dev.txt b/requirements-dev.txt index ad3664d..b50e034 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ apipkg==1.5 attrs==19.3.0 Click==7.0 -coverage==5.0 +coverage==5.0.3 docopt==0.6.1 docopts==0.6.1 execnet==1.7.1 @@ -15,18 +15,18 @@ factory-boy==2.12.0 Faker==2.0.5 filelock==3.0.12 mock==3.0.5 -packaging==19.2 +packaging==20.0 pluggy==0.13.1 pur==5.2.2 -py==1.8.0 -pyparsing==2.4.5 -pytest==5.3.2 +py==1.8.1 +pyparsing==2.4.6 +pytest==5.3.3 pytest-cov==2.7.1 pytest-django==3.5.1 pytest-forked==1.0.2 pytest-xdist==1.29.0 text-unidecode==1.3 toml==0.10.0 -tox==3.14.2 +tox==3.14.3 virtualenv==16.7.9 -wcwidth==0.1.7 +wcwidth==0.1.8 diff --git a/requirements.txt b/requirements.txt index d2145cd..4ac1922 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,20 +29,20 @@ eventlet==0.25.1 greenlet==0.4.15 gunicorn==19.9.0 idna==2.8 -importlib-metadata==1.3.0 +importlib-metadata==1.4.0 influxdb==5.2.3 kaitaistruct==0.8 kombu==4.6.7 Markdown==3.1.1 monotonic==1.5 -more-itertools==8.0.2 +more-itertools==8.1.0 mysqlclient==1.4.6 oauthlib==3.1.0 -Pillow==6.2.1 +Pillow==7.0.0 PyJWT==1.7.1 python-dateutil==2.8.1 python-decouple==3.1 -python-dotenv==0.10.3 +python-dotenv==0.10.5 python3-openid==3.1.0 pytz==2019.3 PyYAML==5.1.2 @@ -53,11 +53,11 @@ requests-oauthlib==1.3.0 rjsmin==1.1.0 satellitetle==0.8.1 satnogs-decoders~=1.0 -sentry-sdk==0.12.3 +sentry-sdk==0.14.0 sgp4==1.4 shortuuid==0.5.0 simplejson==3.16.0 -six==1.13.0 +six==1.14.0 social-auth-app-django==3.1.0 social-auth-core==3.2.0 sqlparse==0.3.0 @@ -65,4 +65,4 @@ Unipath==1.1 uritemplate==3.0.1 urllib3==1.24.3 vine==1.3.0 -zipp==0.6.0 +zipp==2.0.0 diff --git a/setup.cfg b/setup.cfg index 54695fb..3f4b8a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ install_requires = # Cache django-redis-cache~=2.0.0 # Logging - sentry-sdk~=0.12.0 + sentry-sdk~=0.14.0 # Configuration python-decouple~=3.1.0 dj-database-url~=0.5.0