Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
Merge ab0b9b7 into b23140b
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Jun 17, 2019
2 parents b23140b + ab0b9b7 commit 261b990
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
git+git://github.com/liqd/adhocracy4.git@5ee39fbe742e31ee04b1623f91cac2fa27d07d47#egg=adhocracy4
Django==1.11.20 # pyup: <2.0
Django==1.11.21 # pyup: <2.0
wagtail==2.3 # pyup: <2.4

bcrypt==3.1.6
django-capture-tag==1.0
XlsxWriter==1.1.8
zeep==3.3.1
zeep==3.4.0

# Inherited a4-core requirements
bleach==3.1.0
Expand All @@ -18,7 +18,7 @@ django-cloudflare-push==0.2.0
django-filter==2.1.0
django-multiselectfield==0.1.8
django-sites==0.10
django-widget-tweaks==1.4.3
django-widget-tweaks==1.4.5
djangorestframework==3.9.4
easy-thumbnails==2.6
html5lib==1.0.1
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ factory-boy==2.12.0
Faker==1.0.7
flake8-docstrings==1.3.0
flake8==3.7.7
freezegun==0.3.11
freezegun==0.3.12
isort==4.3.20
pytest-cov==2.7.1
pytest-django==3.4.8
pytest-django==3.5.0
pytest-factoryboy==2.0.2
pytest==4.5.0
pytest==4.6.3
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r base.txt
gunicorn==19.9.0
psycopg2-binary==2.8.2
psycopg2-binary==2.8.3

0 comments on commit 261b990

Please sign in to comment.