Skip to content

Commit

Permalink
Merge pull request #196 from SpongePowered/pyup-initial-update
Browse files Browse the repository at this point in the history
Initial Update
  • Loading branch information
lukegb committed Jul 19, 2018
2 parents 57e27d7 + d2105fa commit fcc2caf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Django==2.0.5
Django==2.0.7
django-user-sessions==1.6.0
Pillow==5.1.0
Pillow==5.2.0
oauth2client==4.1.2
django-crispy-forms==1.7.2
-e git://github.com/jazzband/django-model-utils.git@3.1.1#egg=django-model-utils
qrcode==6.0
pytz==2018.4
requests==2.18.4
psycopg2-binary==2.7.4
pytz==2018.5
requests==2.19.1
psycopg2-binary==2.7.5
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r base.txt

pytest-django==3.2.1
prospector==0.12.7
factory_boy==2.10.0
Faker==0.8.13
pytest-django==3.3.2
prospector==0.12.11
factory_boy==2.11.1
Faker==0.8.17
django-debug-toolbar==1.9.1
pylint==1.8.4
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r base.txt

raven==6.7.0
raven==6.9.0
gunicorn==19.8.1

0 comments on commit fcc2caf

Please sign in to comment.