Skip to content

Commit

Permalink
Merge 9e9eeb3 into bc8c294
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Aug 13, 2020
2 parents bc8c294 + 9e9eeb3 commit 50ecd55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- pip install coveralls
script:
- python manage.py collectstatic > /dev/null
- py.test --cov --no-migrations
- py.test --cov --nomigrations
- python manage.py makemigrations --dry-run --check --noinput
after_success:
- coveralls
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ brotli==1.0.7
django-cloudflare-push==0.2.0
django-countries==6.1.2
django-sites==0.10
django-parler==2.0.1
django-parler==2.1
feedparser==5.2.1
micawber==0.5.1
pyuca==1.2
raven==6.10.0
Unidecode==1.1.1 # needed by django-autoslug for cyrillic fields
wagtail==2.7.4 # pyup: <2.8
whitenoise==5.1.0
whitenoise==5.2.0

# Inherited a4-core requirements
bleach==3.1.5
Expand All @@ -26,12 +26,12 @@ django-ckeditor==5.9.0
django-filter==2.3.0
django-multiselectfield==0.1.12
django-widget-tweaks==1.4.8
djangorestframework==3.11.0
djangorestframework==3.11.1
easy-thumbnails==2.7
html5lib==1.1
jsonfield==3.1.0
psycopg2-binary==2.8.5
python-dateutil==2.8.1
python-magic==0.4.18
rules==2.2
XlsxWriter==1.3.1
XlsxWriter==1.3.2
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Faker==4.1.1
flake8-docstrings==1.5.0
flake8==3.8.3
freezegun==0.3.15
isort==5.2.2
isort==5.3.2
pytest-cov==2.10.0
pytest-django==3.9.0
pytest-factoryboy==2.0.3
Expand Down

0 comments on commit 50ecd55

Please sign in to comment.