From 294e4edeb2749ca4b63dbc13f56dda99c51f548c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 09:11:10 +0000 Subject: [PATCH] Update isort requirement from ^5.10.1 to ^6.0.0 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](https://github.com/pycqa/isort/compare/5.10.1...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ab4148..a910bfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ tenacity = ">=8.1,<10.0" [tool.poetry.dev-dependencies] black = "^25.1" -isort = "^5.10.1" +isort = "^6.0.0" pylint = "^3.2" pytest = "^8.2" pre-commit = "^4.0.1"