From b0e9afcf653b7e6a2ab12d3bae817c6ae1ffc5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:55:07 +0000 Subject: [PATCH] CI: (deps): Bump isort from 5.13.1 to 5.13.2 in /ci Bumps [isort](https://github.com/pycqa/isort) from 5.13.1 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.13.1...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci/linting_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/linting_requirements.txt b/ci/linting_requirements.txt index 1202dc8a085..7aea4559a35 100644 --- a/ci/linting_requirements.txt +++ b/ci/linting_requirements.txt @@ -7,7 +7,7 @@ pyflakes==3.1.0 flake8-continuation==1.0.5 flake8-copyright==0.2.4 flake8-isort==6.1.1 -isort==5.13.1 +isort==5.13.2 flake8-requirements==2.0.1 flake8-rst-docstrings==0.3.0