Skip to content

Commit

Permalink
⬆️ Update isort requirement from ^5.13.2 to >=5.13.2,<7.0.0
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.13.2...6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent fba66d7 commit ac67d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ aiohttp = {version = "^3.11.11", optional = true}
[tool.poetry.group.dev.dependencies]
bandit = "^1.8.2"
black = {version = ">=23.3,<25.0", allow-prereleases = true}
isort = "^5.13.2"
isort = ">=5.13.2,<7.0.0"
mypy = ">=0.991,<1.9"
mypy-extensions = ">=0.4.3,<1.1.0"
pre-commit = "^3.8.0"
Expand Down

0 comments on commit ac67d2c

Please sign in to comment.