From c7f29e051ec261641f19f95bd1850b0b359422c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 08:53:11 +0000 Subject: [PATCH] Bump isort[colors] from 5.12.0 to 5.13.1 in /requirements Bumps [isort[colors]](https://github.com/pycqa/isort) from 5.12.0 to 5.13.1. - [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.1) --- updated-dependencies: - dependency-name: isort[colors] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/style.txt b/requirements/style.txt index 0cb4e698749..eb31c1f294a 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,6 +1,6 @@ # style black[jupyter]==23.12.0 flake8==6.1.0 -isort[colors]==5.12.0 +isort[colors]==5.13.1 pydocstyle[toml]==6.3.0 pyupgrade==3.15.0