From 26ffeeda33e6eac35af4e8c1942e10cd21e7d4bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:21:45 +0000 Subject: [PATCH] Bump isort from 5.13.2 to 6.0.0 Bumps [isort](https://github.com/pycqa/isort) from 5.13.2 to 6.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/5.13.2...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index bcbde3a..1d9cb6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1326,17 +1326,18 @@ arrow = ">=0.15.0" [[package]] name = "isort" -version = "5.13.2" +version = "6.0.0" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" files = [ - {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, - {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, + {file = "isort-6.0.0-py3-none-any.whl", hash = "sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892"}, + {file = "isort-6.0.0.tar.gz", hash = "sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1"}, ] [package.extras] -colors = ["colorama (>=0.4.6)"] +colors = ["colorama"] +plugins = ["setuptools"] [[package]] name = "jedi" @@ -3960,4 +3961,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "81fd4e5c184bc069b5ee493abd942909d38d95a5be25decd1235c89bad29ec83" +content-hash = "1df473f867f551b0ac167be0248b7a187972256ed75e35dfd0427910c4b0fbb2" diff --git a/pyproject.toml b/pyproject.toml index 5cff2ee..ff38adb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ coverage = "^7.6.0" jupyterlab = "^4.3.0" jupytext = "^1.16.4" black = "^24.10.0" -isort = "^5.13.2" +isort = ">=5.13.2,<7.0.0" jupyterlab-code-formatter = "^3.0.2" duckdb = "^1.1.3"