From 745eff66765a2218a9635e2e8b79652e6c5fc6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:57:54 +0000 Subject: [PATCH] build(deps): bump the test-and-lint-dependencies group with 1 update Bumps the test-and-lint-dependencies group with 1 update: [isort](https://github.com/pycqa/isort). Updates `isort` from 5.13.1 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.13.1...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-and-lint-dependencies ... 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 4b6de024..8187237b 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -7,7 +7,7 @@ # (We are not so interested in the specific versions of the tools: the versions # are pinned to prevent unexpected linting failures when tools update) black==23.12.0 -isort==5.13.1 +isort==5.13.2 pylint==3.0.3 mypy==1.7.1 bandit==1.7.6