Skip to content

Commit

Permalink
remove versions from template, to exclude dependabot warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Jun 7, 2022
1 parent 03773ee commit 9d445f4
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
@@ -1,4 +1,4 @@
pip==19.2.3
pip
{% if cookiecutter.command_line_interface|lower == 'click' -%}
{% include 'click-requirements.jinja' %}{% endif %}
{% if cookiecutter.use_pytest == 'y' -%}
Expand Down
@@ -1 +1 @@
Click==7.0
Click
@@ -1 +1 @@
pytest==4.6.5
pytest
@@ -1 +1 @@
Click==7.0
Click
@@ -1 +1 @@
pytest==4.6.5
pytest
@@ -1,4 +1,4 @@
pip==19.2.3
pip
{% if cookiecutter.command_line_interface|lower == 'click' -%}
{% include 'click-requirements.jinja' %}{% endif %}
{% if cookiecutter.use_pytest == 'y' -%}
Expand Down
@@ -1,5 +1,5 @@
pip==19.2.3
pip
{% if cookiecutter.command_line_interface|lower == 'click' -%}
Click==7.0{% endif %}
Click{% endif %}
{% if cookiecutter.use_pytest == 'y' -%}
pytest==4.6.5{% endif %}
pytest{% endif %}
@@ -1,4 +1,4 @@
pip==19.2.3
pip
{% if cookiecutter.command_line_interface|lower == 'click' -%}
{% include 'click-requirements.jinja' %}{% endif %}
{%- block dev_dependencies %}
Expand Down
@@ -1 +1 @@
Click==7.0
Click
@@ -1 +1 @@
pytest==4.6.5
pytest

0 comments on commit 9d445f4

Please sign in to comment.