Skip to content

Commit

Permalink
Change: Update dependencies and only list direct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jul 6, 2022
1 parent 844b070 commit 673c0c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

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

9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,9 @@ tomlkit = ">=0.5.11"
pontos = "^22.4.0"

[tool.poetry.dev-dependencies]
autohooks-plugin-black = "^21.12.0"
autohooks-plugin-pylint = "^21.6.0"
autohooks-plugin-isort = "^22.3.0"
black = "22.6.0"
isort = "^5.10.1"
pylint = "^2.13.9"
autohooks-plugin-black = ">=21.12.0"
autohooks-plugin-pylint = ">=21.6.0"
autohooks-plugin-isort = ">=22.3.0"
rope = "^1.1.1"

[tool.poetry.scripts]
Expand Down

0 comments on commit 673c0c3

Please sign in to comment.