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 #12 from mazdakb/pyup/scheduled-update-2018-06-20
Browse files Browse the repository at this point in the history
Scheduled daily dependency update on wednesday
  • Loading branch information
mazdakb committed Jun 20, 2018
2 parents 6c9fabb + 23e3bf6 commit 2cbd36b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.0
# Testing
# ------------------------------------------------------------------------------
tox==3.0.0
pytest==3.6.1
pytest==3.6.2
pytest-cookies==0.3.0
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ redis>=2.10.5 # https://github.com/antirez/redis
{%- if cookiecutter.use_celery == "y" %}
celery==4.2.0 # https://github.com/celery/celery
{%- endif %}
pycryptodome==3.6.1 # https://github.com/Legrandin/pycryptodome
pycryptodome==3.6.2 # https://github.com/Legrandin/pycryptodome
inflect==0.3.1 # https://github.com/pwdyson/inflect.py

# Django
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.5 # https://github.com/psycopg/psycopg2

# Testing
# ------------------------------------------------------------------------------
pytest==3.6.1 # https://github.com/pytest-dev/pytest
pytest==3.6.2 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.1 # https://github.com/Frozenball/pytest-sugar

# Code quality
Expand Down

0 comments on commit 2cbd36b

Please sign in to comment.