Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jul 15, 2024
1 parent f4f67e7 commit 0fe6ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pytest = "^7.2.0"
pytest-cov = "^4.0.0"
{% endif -%}
{% if cookiecutter.deptry == 'y' -%}
deptry = "^0.12.0"
deptry = "^0.16.2"
{% endif -%}
mypy = "^1.5.1"
pre-commit = "^3.4.0"
Expand Down Expand Up @@ -50,7 +50,7 @@ show_error_codes = "True"
testpaths = ["tests"]

[tool.ruff]
target-version = "py37"
target-version = "py39"
line-length = 120
fix = true
select = [
Expand Down

0 comments on commit 0fe6ce4

Please sign in to comment.