Skip to content

Commit

Permalink
Change: Update dependencies to latest versions
Browse files Browse the repository at this point in the history
Improve required version specifications to allow a better range of
versions and only require direct dependencies.

Fixes #357
  • Loading branch information
bjoernricks committed Jul 5, 2022
1 parent ea6ac8c commit 976be16
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 32 deletions.
77 changes: 52 additions & 25 deletions poetry.lock

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

12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,14 @@ include = [
python = "^3.7"
colorful = "^0.5.4"
tomlkit = ">=0.5.11"
packaging = "^20.3"
packaging = ">=20.3"
requests = "^2.24.0"

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

Expand Down

0 comments on commit 976be16

Please sign in to comment.