From 6ae67ae94fe76605db4d7649962bb6235eb9ea0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:28:07 -0400 Subject: [PATCH] Bump isort from 6.0.1 to 6.1.0 (#2965) Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 6.1.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/6.0.1...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index dc2c26e4c..041d08b37 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1556,14 +1556,14 @@ files = [ [[package]] name = "isort" -version = "6.0.1" +version = "6.1.0" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, - {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, + {file = "isort-6.1.0-py3-none-any.whl", hash = "sha256:58d8927ecce74e5087aef019f778d4081a3b6c98f15a80ba35782ca8a2097784"}, + {file = "isort-6.1.0.tar.gz", hash = "sha256:9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"}, ] [package.extras] @@ -4398,4 +4398,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "9c3ffe2dc655c4f3c127dc0b75bd7efedb2402c66b52580c5d812c14bfa0f7cb" +content-hash = "18a3480f2cfedc1c739b39c6138eb01b75ef3eea9de71cf466dad74bdba6c123" diff --git a/pyproject.toml b/pyproject.toml index e6a275cdc..76fd71d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ flake8 = "^7.3.0" flake8-bugbear = "^24.12.12" flake8-print = "^5.0.0" flake8-pytest-style = "^2.1.0" -isort = "^6.0.1" +isort = "^6.1.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} moto = "*" pip-audit = "*"