Skip to content

Commit

Permalink
Merge pull request #1170 from lisphilar/issue1161_v0.2.3
Browse files Browse the repository at this point in the history
config: #1161. use deptry 0.2.3 to remove warning
  • Loading branch information
lisphilar authored Sep 6, 2022
2 parents 34ec350 + 86cb58c commit 7f17b1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ tabulate = "^0.8.7"
optional = true
[tool.poetry.group.test.dependencies]
autopep8 = "^1.5.6"
deptry = "^0.2.1"
flake8 = "^4.0.1"
pytest = "^7.1.3"
pytest-profiling = "^1.7.0"
pytest-cov = "^2.12.1"
pyproject-flake8 = "^0.0.1-alpha.5"
deptry = "^0.2.3"

[tool.poetry.group.docs]
# poetry install --with docs
Expand Down

0 comments on commit 7f17b1b

Please sign in to comment.