Skip to content

Commit

Permalink
update Click + pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Jul 13, 2020
1 parent 77cc90b commit 452610f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
{%- if "cli" in cookiecutter.features.replace(',', ' ').split() %}

click==7.0
click==7.1.2
colorama==0.4.3

munch==2.5.0
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Test requirements
#

pytest==5.3.5
pytest==5.4.3
#https://github.com/jhermann/pytest-spec/archive/fix-hook-config.zip#egg=pytest-spec
pytest-spec==2.0.0
pytest-cov==2.8.1
Expand Down

0 comments on commit 452610f

Please sign in to comment.