Skip to content

Commit

Permalink
fix(deps): Update pkge requirements_dev.txt #91 (#92)
Browse files Browse the repository at this point in the history
Package install of requirements was failing due to old versions.

closes #91
  • Loading branch information
imAsparky committed Sep 16, 2021
1 parent 14a3fdb commit c7f2eeb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions {{cookiecutter.project_slug}}/requirements_dev.txt
Expand Up @@ -6,14 +6,14 @@ pre-commit==2.14.1
pytest==6.2.4
python-semantic-release==7.19.2
Sphinx==4.1.2
tox==3.14.0
twine==1.14.0
wheel==0.33.6
watchdog==0.9.0
tox==3.2.0
twine==3.4.2
wheel==0.37.0
watchdog==2.1.5


{% if cookiecutter.command_line_interface|lower == 'click' -%}
Click==7.0{% endif %}
Click==8.0.1{% endif %}
{% if cookiecutter.use_pytest == 'y' -%}
pytest==6.2.4{% endif %}
{% if cookiecutter.use_black == 'y' -%}
Expand Down

0 comments on commit c7f2eeb

Please sign in to comment.