From 41be56d827c3a843c23ba8b591548c915e320ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:44:35 +0000 Subject: [PATCH] Update isort requirement from <6.0,>=5.0 to >=5.0,<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.0.0...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c36dc90..a052fc8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ flake8-isort >=6.0, <7.0 flake8-logging-format >=0.1, <1.0 flake8-pytest-style >=2.0, <3.0 flake8-rst-docstrings >=0.2.6, <1.0 -isort >=5.0, <6.0 +isort >=5.0, <7.0 pep8-naming >=0.1, <1.0 pre-commit >=4.0, <5.0 pytest >=8.0, <9.0