Skip to content

Commit

Permalink
downgrade isort version (as newer version support only python>=3.8) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
guyp-descope authored Feb 15, 2023
1 parent a6ca745 commit 0340fe3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion liccheck.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ unauthorized_licenses:
# Apache-2.0 license
coverage: 6.3.3
# CC0 1.0 Universal (CC0 1.0) Public Domain Dedication license
email-validator: 1.3.0
email-validator:>=1.3.0
#Public Domain (filelock package is dependency of filelock << virtualenv << pre-commit)
filelock:>=3.4.1
#Mozilla Public License 2.0 (MPL 2.0) (certifi package is dependency of requests
Expand Down
24 changes: 12 additions & 12 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 @@ -39,7 +39,7 @@ pytest-cov = "4.0.0"
pytest = "7.2.1"
black = "22.12.0"
liccheck = "0.8.3"
isort = "5.12.0"
isort = "5.11.4"

[build-system]
requires = ["poetry-core>=1.1.0"]
Expand Down

0 comments on commit 0340fe3

Please sign in to comment.