From 55a9fa1df59a830554399ea2dc73efb7912818ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:27:04 +0000 Subject: [PATCH] Bump isort from 5.13.2 to 6.0.1 Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 to 6.0.1. - [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.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 ++++++++------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 25dfcd4..04f974c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "antlr4-python3-runtime" @@ -119,17 +119,18 @@ files = [ [[package]] name = "isort" -version = "5.13.2" +version = "6.0.1" 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.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, + {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, ] [package.extras] -colors = ["colorama (>=0.4.6)"] +colors = ["colorama"] +plugins = ["setuptools"] [[package]] name = "mccabe" @@ -250,4 +251,4 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "54723f1613313ee44061b1c8d4c4a30c5451f31c3d606aba8fdefcba096228df" +content-hash = "e547e147cfaa3d35d4256df58259d388debc163ba8b71d710c8d5540a036dbb4" diff --git a/pyproject.toml b/pyproject.toml index dc1a705..52eb00f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ antlr4-python3-runtime = "4.13.2" pytest = ">=7.3.1,<9.0.0" black = ">=23.3,<25.0" flake8 = ">=6,<8" -isort = "^5.12.0" +isort = ">=5.12,<7.0" [build-system] requires = ["poetry-core"]