From e572a724a3507a2aa862a65e044aa6ee85e83531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:21:10 +0000 Subject: [PATCH] Bump isort from 5.10.1 to 5.13.2 in /src Bumps [isort](https://github.com/pycqa/isort) from 5.10.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.10.1...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f04931a..5f78ea5 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -34,7 +34,7 @@ identify==2.5.9 # via # -r src/requirements.txt # pre-commit -isort==5.10.1 +isort==5.13.2 # via # -r src/requirements.txt # pylint