Bump min decorator to 4.0.0
To be compatible with recent setuptools 58.0.0 which removed the support for use_2to3 we need to bump the minimum version we support for decorator from 3.4.0 to 4.0.0. This is needed to unblock the gate. Change-Id: I456f8136f882a2c6621549b2b0f80e213e5430df
This commit is contained in:
parent
de4eb283d3
commit
967abd1d57
@ -8,7 +8,7 @@ colorama==0.3.9
|
||||
coverage==4.0
|
||||
cryptography==2.7
|
||||
debtcollector==1.19.0
|
||||
decorator==3.4.0
|
||||
decorator==4.0.0
|
||||
extras==1.0.0
|
||||
fasteners==0.14.1
|
||||
fixtures==3.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user