From 2ccfdde93eb80f651eeed5699fe60d12f3f83bf6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 06:01:54 +0000 Subject: [PATCH] Bump hacking from 0.10.0 to 4.0.0 Bumps [hacking](https://docs.openstack.org/hacking/latest/) from 0.10.0 to 4.0.0. Signed-off-by: dependabot-preview[bot] --- lower-constraints.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index bddc7c4d..c09dfcdd 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -20,7 +20,7 @@ flake8==2.2.4 futures==3.0.0;python_version=='2.7' or python_version=='2.6' futurist==1.2.0 greenlet==0.4.10 -hacking==0.10.0 +hacking==4.0.0 imagesize==0.7.1 iso8601==0.1.11 Jinja2==2.10 diff --git a/test-requirements.txt b/test-requirements.txt index ba4e1887..c23e034f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -24,7 +24,7 @@ psycopg2>=2.6.2 # LGPL/ZPL # test pydotplus>=2.0.2 # MIT License -hacking>=0.10.0,<1.2 +hacking>=0.10.0,<4.1 oslotest>=3.2.0 # Apache-2.0 mock>=2.0.0 # BSD testtools>=2.2.0 # MIT