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 #120 from mazdakb/pyup/scheduled-update-2019-01-31
Browse files Browse the repository at this point in the history
Scheduled daily dependency update on thursday
  • Loading branch information
mazdakb committed Jan 31, 2019
2 parents ae62395 + 90f0be9 commit 6c851ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ binaryornot==0.4.4

# Code quality
# ------------------------------------------------------------------------------
flake8==3.7.1
flake8==3.7.3

# Testing
# ------------------------------------------------------------------------------
tox==3.7.0
pytest==4.1.1
pytest==4.2.0
pytest-cookies==0.3.0
6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ psycopg2-binary==2.7.7 # https://github.com/psycopg/psycopg2

# Testing
# ------------------------------------------------------------------------------
pytest==4.1.1 # https://github.com/pytest-dev/pytest
pytest==4.2.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

# Code quality
# ------------------------------------------------------------------------------
flake8==3.7.1 # https://github.com/PyCQA/flake8
flake8==3.7.3 # https://github.com/PyCQA/flake8
coverage==4.5.2 # https://github.com/nedbat/coveragepy

django-debug-toolbar==1.11 # https://github.com/jazzband/django-debug-toolbar
django-extensions==2.1.4 # https://github.com/django-extensions/django-extensions
django-extensions==2.1.5 # https://github.com/django-extensions/django-extensions
django-coverage-plugin==1.6.0 # https://github.com/nedbat/django_coverage_plugin
pytest-django==3.4.5 # https://github.com/pytest-dev/pytest-django

0 comments on commit 6c851ef

Please sign in to comment.