From 26a2dc96cc2a0e6baf528c846f2d6d48e1dd3379 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 28 Jan 2024 15:54:38 +0900 Subject: [PATCH] Bump hacking hacking 3.0.x or 2.0.x is too old. Change-Id: I2784d242ba320c2019ddc26f7653985a64e6f598 --- .pre-commit-config.yaml | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08aef91..9b908c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: flake8 name: flake8 additional_dependencies: - - hacking>=3.0.1,<3.1.0 + - hacking>=6.1.0,<6.2.0 language: python entry: flake8 files: '^.*\.py$' diff --git a/test-requirements.txt b/test-requirements.txt index b596b53..bcefeb2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=2.0,<2.1 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 coverage>=3.6 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 testtools>=1.4.0 # MIT