From 4e14db5c247d28fbc8d90acad92845dc8abeee1d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 28 Jan 2024 16:00:59 +0900 Subject: [PATCH] Bump hacking hacking 4.0.x is very old. Change-Id: I39976bf2842773453bbf5904791df8c10f7e920c --- .pre-commit-config.yaml | 2 +- test-requirements.txt | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 319697b..9b908c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: flake8 name: flake8 additional_dependencies: - - hacking>=4.0.0,<4.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 c31ce6a..ff2ffcf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - # Used for making sure the eventlet executors work. eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT