Skip to content

Commit 109725e

Browse files
authored
Merge pull request #57 from trustyai-explainability/dependabot/pip/isort-gte-5.12.0-and-lt-8
chore(deps): update isort requirement from <7,>=5.12.0 to >=5.12.0,<8
2 parents d3844cb + ce5ecb2 commit 109725e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
dev = [
2626
"pytest>=7.4.2,<9",
2727
"pytest-asyncio>=0.26.0,<2",
28-
"isort>=5.12.0,<7",
28+
"isort>=5.12.0,<8",
2929
"flake8>=6.1.0,<8",
3030
"mypy>=1.5.1,<2",
3131
"pytest-cov>=4.1.0,<8",

0 commit comments

Comments
 (0)