From 1ee6265b98bbf8a5729f51dd4bc22aa429395735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 03:03:40 +0000 Subject: [PATCH] Bump isort from 5.11.2 to 5.12.0 Bumps [isort](https://github.com/pycqa/isort) from 5.11.2 to 5.12.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.11.2...5.12.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 9c5c209..8c32cbd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pre-commit==2.20.0 black==22.12.0 flake8==6.0.0 -isort==5.11.2 +isort==5.12.0 pylint>=2.6.0 setuptools>=53.0.0 twine>=3.3.0