From b2def4980d34f9db7ea488c30f419897bb74e7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:30:47 +0000 Subject: [PATCH] build(deps-dev): 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 | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 31cc29f..4fd3c10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -364,18 +364,19 @@ 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" groups = ["dev"] 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 = "itsdangerous" @@ -866,4 +867,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9, <3.13" -content-hash = "1077a97819c4a5dd6274fb4e74aa0a33fadd334b385b7987c4ae8b1926be2574" +content-hash = "0b18920a0bb5365a54ed64b0520fb6ddb9b2d3cd916838a1da66c74d92df314d" diff --git a/pyproject.toml b/pyproject.toml index 26e3494..4eca7c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest-cov = ">=4,<7" autoflake = ">=1.7.7,<3.0.0" black = ">=23.1,<25.0" flake8 = ">=6,<8" -isort = "^5.10.1" +isort = ">=5.10.1,<7.0.0" pre-commit = "4.2.0" pylint = ">=2.16.2,<4.0.0" pylint-per-file-ignores = "^1.2.0"