Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from valerymelou/pyup-update-flake8-2.6.2-to-3.0.0
Browse files Browse the repository at this point in the history
Update flake8 to 3.0.0
  • Loading branch information
valerymelou committed Jul 26, 2016
2 parents 381093f + 8ec21f4 commit 74e5699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cookiecutter==1.4.0
flake8==2.6.2 # pyup: != 2.6.0
flake8==3.0.0 # pyup: != 2.6.0
sh==1.11
binaryornot==0.4.0

Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ psycopg2==2.6.2
{%- endif %}

coverage==4.1
flake8==2.6.2
flake8==3.0.0
django-test-plus==1.0.14
factory_boy==2.7.0

Expand Down

0 comments on commit 74e5699

Please sign in to comment.