From 5882672ac24d862190e25e16ac8405739310bf4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 06:02:57 +0000 Subject: [PATCH] build(deps-dev): update isort requirement from <6.2,>5 to >5,<7.1 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.1...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index bedb5a43..da4dfc96 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ tox < 3.29 # until tox-pyenv is updated for tox 4.x tox-pyenv < 1.2 -isort > 5, < 6.2 +isort > 5, < 7.1 build < 1.3.1 autoflake < 2.4 auto-walrus