From 24294972c5833cefb01d943e34657f20a98e9040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 17:10:43 +0000 Subject: [PATCH] Bump isort from 7.0.0 to 8.0.0 (#2237) Bumps [isort](https://github.com/PyCQA/isort) from 7.0.0 to 8.0.0. - [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/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5a2a8a6af..161dcb417 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2141,19 +2141,18 @@ arrow = ">=0.15.0" [[package]] name = "isort" -version = "7.0.0" +version = "8.0.0" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"}, - {file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"}, + {file = "isort-8.0.0-py3-none-any.whl", hash = "sha256:184916a933041c7cf718787f7e52064f3c06272aff69a5cb4dc46497bd8911d9"}, + {file = "isort-8.0.0.tar.gz", hash = "sha256:fddea59202f231e170e52e71e3510b99c373b6e571b55d9c7b31b679c0fed47c"}, ] [package.extras] colors = ["colorama"] -plugins = ["setuptools"] [[package]] name = "itsdangerous" @@ -5962,4 +5961,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "c9b3c31bab5c4ba0cf58505bbb35612c096cc41835c61467f997ad263a28679e" +content-hash = "ded91e6a5e823d5a2dc1356c97f4715a24b5369311c119488ffd48431cd7cd8d" diff --git a/pyproject.toml b/pyproject.toml index 8426064cd..c8831e447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ flake8-bugbear = "^25.11.29" freezegun = "^1.5.5" hypothesis = "^6.151.9" honcho = "*" -isort = "^7.0.0" +isort = "^8.0.0" jinja2-cli = {version = "==1.0.0", extras = ["yaml"]} moto = "==5.1.21" pip-audit = "*"