Bump hacking

hacking 1.0.x is too old. This also removes the note about old behavior
of pip which has been changed in recent versions.

Remove the doc requirement of docutils which has been removed from
global requirements with [0].

[0] I06ecfe9e3a0ec52f2077da266e22113663fa5ba3

Change-Id: I0bee1f658a2dba30abf0a38441e9e2e4e7a45790
This commit is contained in:
Takashi Kajinami 2024-01-17 01:38:37 +09:00 committed by Dr. Jens Harbott
parent 66c6929fc8
commit 93bf3de75e
3 changed files with 1 additions and 12 deletions

View File

@ -1,7 +1,3 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
docutils>=0.11 # OSI-Approved Open Source, Public Domain
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0

View File

@ -1,4 +1 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
openstacksdk>=0.13.0 # Apache-2.0

View File

@ -1,8 +1,4 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=1.1.0,<1.2.0 # Apache-2.0
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
extras>=1.0.0 # MIT