From 92e36cb0a44bab5a34f9f4334dbcc141be5812a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:29:21 +0000 Subject: [PATCH] build(deps-dev): Bump isort from 5.13.2 to 6.0.0 in /packages 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] --- packages/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index c174ca8..43c7add 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -51,7 +51,7 @@ importlib-metadata==8.6.1 ; python_version == "3.10" or python_version == "3.11" importlib-resources==6.5.2 ; python_version >= "3.9" and python_version < "4.0" iniconfig==2.0.0 ; python_version >= "3.9" and python_version < "4.0" installer==0.7.0 ; python_version >= "3.9" and python_version < "4.0" -isort==5.13.2 ; python_version >= "3.9" and python_version < "4.0" +isort==6.0.0 ; python_version >= "3.9" and python_version < "4.0" jaraco-classes==3.4.0 ; python_version >= "3.9" and python_version < "4.0" jaraco-context==6.0.1 ; python_version >= "3.9" and python_version < "4.0" jaraco-functools==4.1.0 ; python_version >= "3.9" and python_version < "4.0"