From 54904b8c944099a3e66c6857450b41ca63d1cd0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:01:06 +0000 Subject: [PATCH] chore(deps): update isort requirement from >=5.13.0 to >=8.0.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.13.0...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb3c0e7..d365481 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pyyaml>=6.0.2 pytest>=8.0.0 pytest-cov>=6.0.0 black>=24.0.0 -isort>=5.13.0 +isort>=8.0.1 mypy>=1.10.0 flake8>=7.0.0