From b5b35151f2b7f2467b39f4583b6b9fbded01210a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:09:03 +0000 Subject: [PATCH] CI: (deps): Bump isort from 5.12.0 to 5.13.0 in /ci Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.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.12.0...5.13.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... 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 b698df8f813..d6739d64c77 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.12.0 +isort==5.13.0 flake8-requirements==2.0.1 flake8-rst-docstrings==0.3.0