From 747c995479fc9bb498527bd9a5358b64d293bae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:44:40 +0000 Subject: [PATCH] chore(deps-dev): bump isort from 5.13.2 to 6.0.0 in /it/python 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] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 25ae7bd101..a52df86155 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -24,7 +24,7 @@ importlib-metadata==6.8.0 ; python_version >= '3.7' iniconfig==2.0.0 ; python_version >= '3.7' -isort==5.13.2 +isort==6.0.0 lazy-object-proxy==1.10.0 ; python_version >= '3.7'