From da711b53bcf23607a667904bd2d1750d92f5486a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:26:43 +0000 Subject: [PATCH] Bump isort from 5.11.3 to 5.13.2 in /reqs Bumps [isort](https://github.com/pycqa/isort) from 5.11.3 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.11.3...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- reqs/requirements-lint.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3aad3e2..9da3d9a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: language_version: python3 - repo: https://github.com/pycqa/isort - rev: 5.11.3 + rev: 5.13.2 hooks: - id: isort name: "Imports order checker" diff --git a/reqs/requirements-lint.txt b/reqs/requirements-lint.txt index 17980f1..402ccb3 100644 --- a/reqs/requirements-lint.txt +++ b/reqs/requirements-lint.txt @@ -1,4 +1,4 @@ # Public packages black==23.11.0 -isort==5.11.3 +isort==5.13.2 mypy==1.6.1