Skip to content

Commit f5546c9

Browse files
Merge pull request #69 from ivanwilliammd/dependabot/pip/isort-gte-5.12-and-lt-6.2
Update isort requirement from <6.1,>=5.12 to >=5.12,<6.2
2 parents d551f4a + 4b21f78 commit f5546c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
"types-PyYAML",
4343
"black>=23.0,<26.0",
4444
"black[jupyter]",
45-
"isort>=5.12,<6.1",
45+
"isort>=5.12,<6.2",
4646
"pytest",
4747
"pytest-sphinx",
4848
"pytest-cov",

0 commit comments

Comments
 (0)