From 513c461379873d4e1ca51e1b42cdc482b178b784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 00:43:29 +0200 Subject: [PATCH] Bump isort from 5.12.0 to 5.13.2 (#224) Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 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.12.0...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index 50d8063..f86ef3b 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -1,6 +1,6 @@ black==23.9.1 flake8==6.1.0 -isort==5.12.0 +isort==5.13.2 mypy==1.5.1 pre-commit==3.6.0 pydocstyle==6.3.0