From cad3f62cda0b5d3fb0dd94700006f1dcb57be28e Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 11 Mar 2021 17:33:23 +0000 Subject: [PATCH] trivial: Bump hacking to 4.x We also remove a now-useless requirement from 'test-requirements' since that stuff is handled by pre-commit. Signed-off-by: Stephen Finucane Change-Id: I324251c28f9fd6b61909e5288974b96f804ec19d --- .pre-commit-config.yaml | 2 +- test-requirements.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08aef91..319697b 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>=4.0.0,<4.1.0 language: python entry: flake8 files: '^.*\.py$' diff --git a/test-requirements.txt b/test-requirements.txt index 1517e3b..c31ce6a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,8 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=3.0,<3.1.0 # Apache-2.0 - # Used for making sure the eventlet executors work. eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT