Skip to content

Commit

Permalink
Merge pull request #615 from skalenetwork/dependabot/pip/isort-gte-4.…
Browse files Browse the repository at this point in the history
…2.15-and-lt-5.10.2

Update isort requirement from <5.8.1,>=4.2.15 to >=4.2.15,<5.10.2
  • Loading branch information
badrogger authored Jun 14, 2022
2 parents 699dd13 + 109f05d commit b01316f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def find_version(*file_paths):
extras_require = {
'linter': [
"flake8==4.0.1",
"isort>=4.2.15,<5.8.1",
"isort>=4.2.15,<5.10.2",
],
'dev': [
"bumpversion==0.6.0",
Expand Down

0 comments on commit b01316f

Please sign in to comment.