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 #125 from mazdakb/pyup/scheduled-update-2019-02-06
Browse files Browse the repository at this point in the history
Scheduled daily dependency update on wednesday
  • Loading branch information
mazdakb committed Feb 7, 2019
2 parents 86c7d73 + 3b00b2c commit f97e4d3
Show file tree
Hide file tree
Showing 2 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 @@ -4,7 +4,7 @@ binaryornot==0.4.4

# Code quality
# ------------------------------------------------------------------------------
flake8==3.7.4
flake8==3.7.5

# Testing
# ------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Werkzeug==0.14.1 # https://github.com/pallets/werkzeug
ipdb==0.11 # https://github.com/gotcha/ipdb
Sphinx==1.8.3 # https://github.com/sphinx-doc/sphinx
Sphinx==1.8.4 # https://github.com/sphinx-doc/sphinx
{%- if cookiecutter.use_docker == 'y' %}
psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
{%- else %}
Expand All @@ -17,7 +17,7 @@ factory-boy==2.11.1 # https://github.com/FactoryBoy/factory_boy

# Code quality
# ------------------------------------------------------------------------------
flake8==3.7.4 # https://github.com/PyCQA/flake8
flake8==3.7.5 # 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
Expand Down

0 comments on commit f97e4d3

Please sign in to comment.