From b4a3e29d2227ae213aca1e468be9f0d299bdef9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:23:51 +0000 Subject: [PATCH] dependabot: bump isort from 5.13.2 to 8.0.1 Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 to 8.0.1. - [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.2...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bf1545..254a815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "pytest==9.1.1", "flake8==7.3.0", "black==26.3.1", - "isort==5.13.2", + "isort==8.0.1", "mypy==2.1.0", ] diff --git a/requirements.txt b/requirements.txt index 5aa28bb..5c15059 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ sentry-sdk==2.63.0 # Development dependencies flake8==7.3.0 black==26.3.1 -isort==5.13.2 +isort==8.0.1 mypy==2.1.0