Skip to content

Commit

Permalink
Merge pull request #410 from SpongePowered/update-pyup-all
Browse files Browse the repository at this point in the history
Update all outstanding dependencies
  • Loading branch information
lukegb authored Nov 10, 2019
2 parents 4e7732b + cf519f1 commit f9fc2b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Django==2.2.4
Django==2.2.7
django-user-sessions==1.6.0
Pillow==6.2.1
oauth2client==4.1.3
django-crispy-forms==1.7.2
django-crispy-forms==1.8.0
django-model-utils==3.2.0
qrcode==6.1
pytz==2019.2
pytz==2019.3
requests==2.22.0
psycopg2-binary==2.8.3
psycopg2-binary==2.8.4
django-autocomplete-light==3.4.1
django-rq==2.1.0
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r base.txt

pytest-django==3.5.1
pytest-django==3.7.0
prospector==1.1.7
factory_boy==2.12.0
Faker==2.0.0
Faker==2.0.3
django-debug-toolbar==2.0
pylint==2.3.1
black==19.3b0
pre-commit==1.18.3
pylint==2.4.3
black==19.10b0
pre-commit==1.20.0
fakeredis==1.0.5
4 changes: 2 additions & 2 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r base.txt

sentry-sdk==0.10.2
gunicorn==19.9.0
sentry-sdk==0.13.2
gunicorn==20.0.0

0 comments on commit f9fc2b3

Please sign in to comment.