From f0ed63aefb41be5127f1a5d33353bb71fdd120e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:31:35 +0000 Subject: [PATCH] Bump isort from 5.11.5 to 5.13.2 Bumps [isort](https://github.com/pycqa/isort) from 5.11.5 to 5.13.2. - [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.11.5...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements-linters.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-linters.txt b/tests/requirements-linters.txt index a794d6bcec..00a549619f 100644 --- a/tests/requirements-linters.txt +++ b/tests/requirements-linters.txt @@ -1,6 +1,6 @@ # linters bandit>=1.7.0 -isort==5.11.5 +isort==5.13.2 black==23.1.0 nbqa[toolchain]==1.6.3;python_version>"3.7" ruff==0.0.258