From 85e3066d97eb2bcf291e03371ab2867ed158cf8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:47:44 +0000 Subject: [PATCH] build(deps-dev): update isort requirement from ^5.12.0 to >=5.12,<7.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.12.0...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 d541402..fe58ad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ requests = "^2.31.0" [tool.poetry.group.dev.dependencies] black = ">=23.7,<25.0" flake8 = ">=6.1,<8.0" -isort = "^5.12.0" +isort = ">=5.12,<7.0" pre-commit = ">=3.3.3,<5.0.0" pysen = ">=0.10.5,<0.12.0" pytest = ">=7.4,<9.0"