From e6a04141ab0c88b46ec7f7813d111d79b2ddf59a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 02:01:41 +0000 Subject: [PATCH] Bump isort requirement to 5.11.3 (#9388) --- .pre-commit-config.yaml | 2 +- requirements-tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cbf47d3d..15c687325 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: black language_version: python3.9 - repo: https://github.com/pycqa/isort - rev: 5.11.1 # must match requirements-tests.txt + rev: v5.11.3 # must match requirements-tests.txt hooks: - id: isort name: isort (python) diff --git a/requirements-tests.txt b/requirements-tests.txt index 609de4f40..af6c07358 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -4,7 +4,7 @@ flake8==6.0.0 # must match .pre-commit-config.yaml flake8-bugbear==22.10.27 # must match .pre-commit-config.yaml flake8-noqa==1.3.0 # must match .pre-commit-config.yaml flake8-pyi==22.11.0 # must match .pre-commit-config.yaml -isort==5.11.1 # must match .pre-commit-config.yaml +isort==5.11.3 # must match .pre-commit-config.yaml mypy==0.991 packaging==21.3 pathspec