From da539cdd43571f58fca4ee2a8db250ccc1ab9c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:14:54 +0000 Subject: [PATCH] Bump isort[pyproject] from 5.12.0 to 5.13.2 Bumps [isort[pyproject]](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[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 5110684050..ecfaeb37c9 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -4,7 +4,7 @@ astroid==3.1.0; python_version >= '3.8' pylint==3.1.0; python_version >= '3.8' bandit[toml]==1.7.8; python_version >= '3.7' black==24.4.0; python_version >= '3.7' and implementation_name == "cpython" -isort[pyproject]==5.12.0; python_version >= '3.8' +isort[pyproject]==5.13.2; python_version >= '3.8' pyupgrade==3.3.1 rstcheck==6.2.1; python_version >= '3.7' codespell==2.2.5