Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #107 from mazdakb/pyup/scheduled-update-2019-01-07
Browse files Browse the repository at this point in the history
Scheduled daily dependency update on monday
  • Loading branch information
mazdakb committed Jan 8, 2019
2 parents bfb3c0e + e075375 commit a24d9f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ flake8==3.6.0
# Testing
# ------------------------------------------------------------------------------
tox==3.6.1
pytest==4.0.2
pytest==4.1.0
pytest-cookies==0.3.0
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytz==2018.7 # https://github.com/stub42/pytz
pytz==2018.9 # https://github.com/stub42/pytz
python-slugify==2.0.1 # https://github.com/un33k/python-slugify
Pillow==5.4.0 # https://github.com/python-pillow/Pillow
Pillow==5.4.1 # https://github.com/python-pillow/Pillow
argon2-cffi==18.3.0 # https://github.com/hynek/argon2_cffi
{%- if cookiecutter.use_whitenoise == 'y' %}
whitenoise==4.1.2 # https://github.com/evansd/whitenoise
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ psycopg2-binary==2.7.6.1 # https://github.com/psycopg/psycopg2

# Testing
# ------------------------------------------------------------------------------
pytest==4.0.2 # https://github.com/pytest-dev/pytest
pytest==4.1.0 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar
factory-boy==2.11.1 # https://github.com/FactoryBoy/factory_boy

Expand Down

0 comments on commit a24d9f6

Please sign in to comment.