Update pbr version pins

We've released 1.0, so we should use it. Also, you want at least 0.11.
Update the hacking pin because we need new flake8 to deal with a
pkg_resources issue.

Change-Id: I62767ea281df94f67d453a14e9c8500aeb305e97
This commit is contained in:
Monty Taylor 2015-05-27 23:51:14 -04:00
parent af58168c43
commit cb54ac5460
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pbr>=0.5.21,<1.0
pbr>=0.11,<2.0
bunch
jsonpatch

View File

@ -1,4 +1,4 @@
hacking>=0.5.6,<0.8
hacking>=0.10.0,<0.11
coverage>=3.6
discover