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

Scheduled weekly dependency update for week 40 #1628

Merged
merged 10 commits into from
Oct 8, 2019
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@ git+git://github.com/liqd/adhocracy4.git@ddea876093be5d7faea7474b05a90b1e1090312
bcrypt==3.1.7
brotli==1.0.7
django-cloudflare-push==0.2.0
django-countries==5.4
django-countries==5.5
django-sites==0.10
django-parler==2.0
feedparser==5.2.1
micawber==0.5.0
pyuca==1.2
raven==6.10.0
wagtail==2.6.1
whitenoise==4.1.3
wagtail==2.6.2
whitenoise==4.1.4

# Inherited a4-core requirements
bleach==3.1.0
Django==2.2.5 # pyup: <2.3
Django==2.2.6 # pyup: <2.3
django-allauth==0.40.0
django-autoslug==1.9.6
django-background-tasks==1.2.0
django-ckeditor==5.7.1
django-filter==2.2.0
django-widget-tweaks==1.4.5
djangorestframework==3.10.2
djangorestframework==3.10.3
easy-thumbnails==2.6
html5lib==1.0.1
jsonfield==2.0.2
psycopg2-binary==2.8.3
python-dateutil==2.8.0
python-magic==0.4.15
rules==2.1
XlsxWriter==1.2.0
XlsxWriter==1.2.1

# Project is currently unmaintained. Use our own fork in the meantime
git+git://github.com/liqd/django-multiselectfield.git@v0.1.9#egg=django-multiselectfield==0.1.9
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-r base.txt
django-debug-toolbar==2.0
factory-boy==2.12.0
Faker==2.0.1
Faker==2.0.2
# docstyle 4.0 breaks flake8-docstrings 1.3.0. Remove after succesful update
pydocstyle==3.0.0 # pyup: <4.0.0
flake8-docstrings==1.4.0
flake8-docstrings==1.5.0
flake8==3.7.8
freezegun==0.3.12
isort==4.3.21
pytest-cov==2.7.1
pytest-cov==2.8.1
pytest-django==3.5.1
pytest-factoryboy==2.0.3
pytest==5.1.2
pytest==5.2.1
six==1.12.0
transifex-client==0.13.6