Skip to content

Commit

Permalink
Update isort requirement in /tools in the python-packages group
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.

Updates `isort` to 6.0.1
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@6.0.0...6.0.1)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rdimaio committed Mar 4, 2025
1 parent 1d1e1ce commit 8a395f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ MarkupSafe==3.0.2
requests~=2.32.3
mypy~=1.15
black~=25.1.0
isort~=6.0.0
isort~=6.0.1
flake8~=7.1.2
types-requests~=2.32.0

0 comments on commit 8a395f0

Please sign in to comment.