From c550b99353788fe7a7f04098b6fd71661b7fcdc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:17:25 +0000 Subject: [PATCH] fix(deps): update isort requirement from ^5.12.0 to ^6.1.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.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 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 c4368cf..2c81bdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pydantic-settings = ">=2.0.0" [tool.poetry.group.dev.dependencies] pre-commit = "^4.0.0" pylint="^3.3.0" -isort = "^5.12.0" +isort = "^6.1.0" toml="^0.10.0" black="^24.3.0" pytest = "^8.3.1"