Skip to content

Commit

Permalink
Merge 9889fbe into 6d13d60
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Jun 3, 2019
2 parents 6d13d60 + 9889fbe commit f022d6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git+git://github.com/liqd/adhocracy4.git@opin-v3.5.0#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
Expand All @@ -8,15 +8,15 @@ brotli==1.0.7
django-allauth==0.39.1
django-autofixture==0.12.1
django-autoslug==1.9.4
django-ckeditor==5.6.1
django-ckeditor==5.7.1
django-cloudflare-push==0.2.0
django-countries==5.3.3
django-filter==2.1.0
django-multiselectfield==0.1.8
django-parler==1.9.2
django-sites==0.10
django-widget-tweaks==1.4.3
djangorestframework==3.9.2
djangorestframework==3.9.4
easy-thumbnails==2.6
feedparser==5.2.1
html5lib==1.0.1
Expand All @@ -28,4 +28,4 @@ pyuca==1.2
raven==6.10.0
rules==2.0.1
whitenoise==4.1.2
XlsxWriter==1.1.5
XlsxWriter==1.1.8
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-r base.txt
factory-boy==2.11.1
Faker==1.0.4
factory-boy==2.12.0
Faker==1.0.7
flake8==3.7.7
freezegun==0.3.11
isort==4.3.16
pytest-django==3.4.8
freezegun==0.3.12
isort==4.3.20
pytest-django==3.5.0
pytest-factoryboy==2.0.2
pytest-cov==2.6.1
pytest==4.3.1
pytest-cov==2.7.1
pytest==4.6.1
six==1.12.0
transifex-client==0.13.6
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.7.7
psycopg2-binary==2.8.2

0 comments on commit f022d6a

Please sign in to comment.