Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update various dependencies #154

Merged
merged 10 commits into from
Feb 18, 2018
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ django-crispy-forms==1.7.0
qrcode==5.3
pytz==2018.3
requests==2.18.4
psycopg2==2.7.3.2
psycopg2==2.7.4
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pytest-django==3.1.2
prospector==0.12.7
factory_boy==2.9.2
Faker==0.8.8
factory_boy==2.10.0
Faker==0.8.11
django-debug-toolbar==1.9.1
pylint==1.8.1
pylint==1.8.2
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.4.0
raven==6.5.0
gunicorn==19.7.1