From f77cfaf91c3c3be49434738b4e9e30870a1cf3e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2020 06:04:22 +0000 Subject: [PATCH] Bump hacking from 0.10.0 to 3.2.0 Bumps [hacking](https://docs.openstack.org/hacking/latest/) from 0.10.0 to 3.2.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..8226f2ed 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==3.2.0 imagesize==0.7.1 iso8601==0.1.11 Jinja2==2.10 diff --git a/test-requirements.txt b/test-requirements.txt index ba4e1887..6c587de2 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,<3.3 oslotest>=3.2.0 # Apache-2.0 mock>=2.0.0 # BSD testtools>=2.2.0 # MIT