Skip to content

Commit 0340fe3

Browse files
authored
downgrade isort version (as newer version support only python>=3.8) (#148)
1 parent a6ca745 commit 0340fe3

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

liccheck.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ unauthorized_licenses:
2929
# Apache-2.0 license
3030
coverage: 6.3.3
3131
# CC0 1.0 Universal (CC0 1.0) Public Domain Dedication license
32-
email-validator: 1.3.0
32+
email-validator:>=1.3.0
3333
#Public Domain (filelock package is dependency of filelock << virtualenv << pre-commit)
3434
filelock:>=3.4.1
3535
#Mozilla Public License 2.0 (MPL 2.0) (certifi package is dependency of requests

poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pytest-cov = "4.0.0"
3939
pytest = "7.2.1"
4040
black = "22.12.0"
4141
liccheck = "0.8.3"
42-
isort = "5.12.0"
42+
isort = "5.11.4"
4343

4444
[build-system]
4545
requires = ["poetry-core>=1.1.0"]

0 commit comments

Comments
 (0)