Skip to content

Commit

Permalink
Update isort requirement from <=5.6.4,>=5.5.2 to >=5.5.2,<5.10.2
Browse files Browse the repository at this point in the history
Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.5.2...5.10.1)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2022
1 parent 29de3dd commit 5e760e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ click>=7.1.2
consolekit>=0.3.0
domdf-python-tools>=0.10.0
formate>=0.4.5
isort<=5.6.4,>=5.5.2
isort>=5.5.2,<5.10.2
yapf<0.32.0,>=0.30.0

0 comments on commit 5e760e5

Please sign in to comment.