Skip to content

Commit 090a6d6

Browse files
Update isort requirement from <8,>=5 to >=5,<9
1 parent b347787 commit 090a6d6

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
@@ -39,7 +39,7 @@ classifiers = [
3939
[project.optional-dependencies]
4040
dev = [
4141
"black>=22,<27", # A deterministic code formatter
42-
"isort>=5,<8", # Standardized import sorting
42+
"isort>=5,<9", # Standardized import sorting
4343
"twine>=3.3,<7.0", # Used to make releases to PyPI
4444
"tox>=4.16,<4.37", # Python test environment manager
4545
]

0 commit comments

Comments
 (0)