From 210566ee3f8c3a171dfd90ccb3c01979c9ba2485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:09:55 +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 2df8ff30..32bceb7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "pytest==9.1.1", "flake8==7.3.0", "black==26.5.1", - "isort==5.13.2", + "isort==8.0.1", "mypy==2.1.0", ] diff --git a/requirements.txt b/requirements.txt index be479aeb..583a17bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ sentry-sdk==2.63.0 # Development dependencies flake8==7.3.0 black==26.5.1 -isort==5.13.2 +isort==8.0.1 mypy==2.1.0