From 837ffb65da3bd9c1d0aea2befa94661d7b38a5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:20:26 +0000 Subject: [PATCH] Bump isort from 6.0.1 to 7.0.0 Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 7.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/6.0.1...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8cf8bef..0d15720 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1468,14 +1468,14 @@ test = ["ipykernel", "jsonschema", "pytest (>=3.6.0)", "pytest-cov", "pytz"] [[package]] name = "isort" -version = "6.0.1" +version = "7.0.0" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.9.0" +python-versions = ">=3.10.0" groups = ["main"] 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-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"}, + {file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"}, ] [package.extras] @@ -5195,4 +5195,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.12" -content-hash = "a59e3fab62d7880c1f34da378e8ae4cf588db12b4208ee9817693ab9cceae43b" +content-hash = "e7f6f9c9d637db1550151c0768de6c9250e0868f5948e508051f94b9311ecc8a" diff --git a/pyproject.toml b/pyproject.toml index 22e9503..28cfff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ fairlearn = "^0.13.0" matplotlib = "3.7.5" aif360 = "^0.6.1" evidently = "^0.7.15" -isort = "^6.0.1" +isort = "^7.0.0" pre-commit = "4.3.0" ruff = "0.14.3"