Upgrade a lot of dependencies for good measure.

This commit is contained in:
Víðir Valberg Guðmundsson 2019-03-18 11:42:31 +01:00
parent 31c1f97036
commit 60f2712063
3 changed files with 12 additions and 14 deletions

View file

@ -1,3 +1,4 @@
-r production.txt -r production.txt
django-debug-toolbar==1.9.1 django-debug-toolbar==1.11
factory_boy==2.11.1

View file

@ -1,6 +1,6 @@
Django==2.1.7 Django==2.1.7
channels==2.1.6 channels==2.1.7
channels-redis==2.3.2 channels-redis==2.3.3
commonmark==0.8.1 commonmark==0.8.1
Pillow==5.4.1 Pillow==5.4.1
@ -9,24 +9,24 @@ Unidecode==1.0.23
asyncio==3.4.3 asyncio==3.4.3
bleach==3.1.0 bleach==3.1.0
defusedxml==0.5.0 defusedxml==0.5.0
django-allauth==0.38.0 django-allauth==0.39.1
django-bleach==0.4.0 django-bleach==0.5.2
django-bootstrap3==11.0.0 django-bootstrap3==11.0.0
django-extensions==2.1.4 django-extensions==2.1.6
django-wkhtmltopdf==3.2.0 django-wkhtmltopdf==3.2.0
django-reversion==3.0.2 django-reversion==3.0.3
django-betterforms==1.2 django-betterforms==1.2
django-cors-headers==2.5.0 django-cors-headers==2.5.2
django-filter==2.1.0 django-filter==2.1.0
docopt==0.6.2 docopt==0.6.2
future==0.17.1 future==0.17.1
html5lib==1.0.1 html5lib==1.0.1
icalendar==4.0.3 icalendar==4.0.3
ipython==7.2.0 ipython==7.3.0
irc3==1.1.1 irc3==1.1.2
oauthlib==3.0.0 oauthlib==3.0.0
olefile==0.46 olefile==0.46
psycopg2-binary==2.7.6.1 psycopg2-binary==2.7.7
python-magic==0.4.15 python-magic==0.4.15
python3-openid==3.1.0 python3-openid==3.1.0
pytz==2018.9 pytz==2018.9

View file

@ -1,3 +0,0 @@
-r dev.txt
factory_boy==2.10.0