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"