From b099600dc3260a375063ec70fdf31e2272ea654a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:19:09 +0000 Subject: [PATCH] Bump isort[pyproject] from 5.11.4 to 5.12.0 Bumps [isort[pyproject]](https://github.com/pycqa/isort) from 5.11.4 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.4...5.12.0) --- updated-dependencies: - dependency-name: isort[pyproject] 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 a22a387066..8cd7452e53 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -4,7 +4,7 @@ astroid==2.13.3; python_version >= '3.8' pylint==2.15.10; python_version >= '3.8' bandit==1.7.4; python_version >= '3.7' black==22.12.0; python_version >= '3.6' and implementation_name == "cpython" -isort[pyproject]==5.11.4; python_version >= '3.8' +isort[pyproject]==5.12.0; python_version >= '3.8' pyupgrade==3.3.1 rstcheck==6.1.1; python_version >= '3.7'