Bump min version of decorator

decorator.decorate decorator is only implemented in decorator 4.0.0.
The current lower bound of decorator is 3.4.0 but it does not work
with openstacksdk. It is found during a OSC change [1].
This commit bump the minimum version of decorator.
It looks like that decorator 4.0.0 works but we now test with
decorator 4.4.1 (the latest version),
so I chose the latest version as the minimum version.

[1] https://review.opendev.org/#/c/674325/

Change-Id: I7479a84ef19c7f1e881b9d56c12d2798340eb53b
This commit is contained in:
Akihiro Motoki 2020-01-09 19:51:04 +09:00
parent fcef46e5d3
commit 999e38cf08
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ appdirs==1.3.0
coverage==4.0
cryptography==2.1
ddt==1.0.1
decorator==3.4.0
decorator==4.4.1
doc8==0.8.0
dogpile.cache==0.6.5
extras==1.0.0

View File

@ -11,7 +11,7 @@ os-service-types>=1.7.0 # Apache-2.0
keystoneauth1>=3.18.0 # Apache-2.0
munch>=2.1.0 # MIT
decorator>=3.4.0 # BSD
decorator>=4.4.1 # BSD
jmespath>=0.9.0 # MIT
ipaddress>=1.0.17;python_version<'3.3' # PSF
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD