From 521acac2bb15bf1e81f7b11983c30a28c32f873c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:03:39 +0000 Subject: [PATCH] Bump isort from 5.12.0 to 5.13.2 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] --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index f855263..3345289 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.4.0 pydocstyle==6.3.0