1
0
Fork 0

Update python libraries

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
spacecruft
Alfredos-Panagiotis Damkalis 2020-03-24 14:19:23 +02:00
parent 1664f68068
commit 3b2f41bded
2 changed files with 25 additions and 19 deletions

View File

@ -5,9 +5,11 @@
-r requirements.txt -r requirements.txt
apipkg==1.5 apipkg==1.5
appdirs==1.4.3
attrs==19.3.0 attrs==19.3.0
Click==7.0 click==7.1.1
coverage==5.0.3 coverage==5.0.4
distlib==0.3.0
docopt==0.6.1 docopt==0.6.1
docopts==0.6.1 docopts==0.6.1
execnet==1.7.1 execnet==1.7.1
@ -16,18 +18,18 @@ Faker==2.0.5
filelock==3.0.12 filelock==3.0.12
mock==3.0.5 mock==3.0.5
more-itertools==8.2.0 more-itertools==8.2.0
packaging==20.1 packaging==20.3
pluggy==0.13.1 pluggy==0.13.1
pur==5.2.2 pur==5.2.2
py==1.8.1 py==1.8.1
pyparsing==2.4.6 pyparsing==2.4.6
pytest==5.3.5 pytest==5.4.1
pytest-cov==2.7.1 pytest-cov==2.7.1
pytest-django==3.5.1 pytest-django==3.5.1
pytest-forked==1.0.2 pytest-forked==1.0.2
pytest-xdist==1.29.0 pytest-xdist==1.29.0
text-unidecode==1.3 text-unidecode==1.3
toml==0.10.0 toml==0.10.0
tox==3.14.3 tox==3.14.5
virtualenv==16.7.9 virtualenv==20.0.13
wcwidth==0.1.8 wcwidth==0.1.9

View File

@ -4,13 +4,15 @@
# './contrib/refresh-requirements.sh to regenerate this file # './contrib/refresh-requirements.sh to regenerate this file
amqp==2.5.2 amqp==2.5.2
billiard==3.6.2.0 billiard==3.6.3.0
celery==4.3.0 celery==4.3.0
certifi==2019.11.28 certifi==2019.11.28
cffi==1.14.0
chardet==3.0.4 chardet==3.0.4
cryptography==2.8
defusedxml==0.6.0 defusedxml==0.6.0
dj-database-url==0.5.0 dj-database-url==0.5.0
Django==2.2.10 Django==2.2.11
django-allauth==0.40.0 django-allauth==0.40.0
django-appconf==1.0.3 django-appconf==1.0.3
django-avatar==4.1.0 django-avatar==4.1.0
@ -24,21 +26,22 @@ django-redis-cache==2.0.0
django-shortuuidfield==0.1.3 django-shortuuidfield==0.1.3
djangorestframework==3.10.3 djangorestframework==3.10.3
dnspython==1.16.0 dnspython==1.16.0
enum34==1.1.6 enum34==1.1.10
eventlet==0.25.1 eventlet==0.25.1
greenlet==0.4.15 greenlet==0.4.15
gunicorn==19.9.0 gunicorn==19.9.0
idna==2.8 idna==2.9
importlib-metadata==1.5.0 importlib-metadata==1.5.0
influxdb==5.2.3 influxdb==5.2.3
kaitaistruct==0.8 kaitaistruct==0.8
kombu==4.6.7 kombu==4.6.8
Logbook==1.5.3 Logbook==1.5.3
Markdown==3.1.1 Markdown==3.1.1
monotonic==1.5 monotonic==1.5
mysqlclient==1.4.6 mysqlclient==1.4.6
oauthlib==3.1.0 oauthlib==3.1.0
Pillow==7.0.0 Pillow==7.0.0
pycparser==2.20
PyJWT==1.7.1 PyJWT==1.7.1
python-dateutil==2.8.1 python-dateutil==2.8.1
python-decouple==3.1 python-decouple==3.1
@ -50,22 +53,23 @@ ratelimiter==1.2.0.post0
rcssmin==1.0.6 rcssmin==1.0.6
redis==3.4.1 redis==3.4.1
Represent==1.6.0 Represent==1.6.0
requests==2.22.0 requests==2.23.0
requests-oauthlib==1.3.0 requests-oauthlib==1.3.0
rjsmin==1.1.0 rjsmin==1.1.0
satellitetle==0.9.0 satellitetle==0.9.0
satnogs-decoders~=1.0 satnogs-decoders~=1.0
sentry-sdk==0.14.1 sentry-sdk==0.14.3
sgp4==1.4 sgp4==1.4
shortuuid==0.5.0 shortuuid==1.0.1
simplejson==3.16.0 simplejson==3.16.0
six==1.14.0 six==1.14.0
social-auth-app-django==3.1.0 social-auth-app-django==3.1.0
social-auth-core==3.2.0 social-auth-core==3.3.0
spacetrack==0.13.4 spacetrack==0.13.6
sqlparse==0.3.0 sqlparse==0.3.1
Unidecode==1.1.1
Unipath==1.1 Unipath==1.1
uritemplate==3.0.1 uritemplate==3.0.1
urllib3==1.24.3 urllib3==1.24.3
vine==1.3.0 vine==1.3.0
zipp==2.1.0 zipp==3.1.0