Skip to content

Commit

Permalink
bump deptry
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Sep 3, 2024
1 parent ac30691 commit 2363474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dev-dependencies = [
"pre-commit>=2.20.0",
"pytest-cookies>=0.6.1",
"tox>=3.25.1",
"deptry>=0.6.4",
"deptry>=0.20.0",
"mypy>=0.991",
"pytest-cov>=4.0.0",
"ruff>=0.0.235",
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dev-dependencies = [
"pytest>=7.2.0",
"pre-commit>=2.20.0",
"tox>=3.25.1",
{% if cookiecutter.deptry == 'y' %}"deptry>=0.6.4",{% endif %}
{% if cookiecutter.deptry == 'y' %}"deptry>=0.20.0",{% endif %}
"mypy>=0.991",
{% if cookiecutter.codecov == 'y' %}"pytest-cov>=4.0.0",{% endif %}
"ruff>=0.0.235",
Expand Down

0 comments on commit 2363474

Please sign in to comment.