From 19bb4e6f9527eb459235420e920af8b3b640a0e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 06:21:28 +0000 Subject: [PATCH] Update hacking requirement from <1.2,>=0.10.0 to >=0.10.0,<3.1 Updates the requirements on [hacking](https://docs.openstack.org/hacking/latest/) to permit the latest version. Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index ba4e1887..0362868f 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.1 oslotest>=3.2.0 # Apache-2.0 mock>=2.0.0 # BSD testtools>=2.2.0 # MIT