req: Bump some dependencies

Neutron's lower-constraint job started to fail and
bump of the following packages seems to solve the issue:
* decorator to 4.1.0
* Mako to 1.0.7

Change-Id: I31d20cc0dc1fc0e745e16718e6c7c8dc896da855
This commit is contained in:
elajkat 2021-09-17 15:10:33 +02:00 committed by Lajos Katona
parent b52e5ecae2
commit 781edc8f64
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ contextlib2==0.4.0
coverage==4.0
ddt==1.0.1
debtcollector==1.19.0
decorator==3.4.0
decorator==4.1.0
deprecation==1.0
doc8==0.8.1
docutils==0.11
@ -42,7 +42,7 @@ kombu==4.6.1
linecache2==1.0.0
logilab-common==1.4.1
logutils==0.3.5
Mako==0.4.0
Mako==1.0.7
MarkupSafe==1.1.1
monotonic==0.6;python_version<'3.3'
mox3==0.20.0

View File

@ -7,7 +7,7 @@ Paste>=2.0.2 # MIT
PasteDeploy>=1.5.0 # MIT
Routes>=2.3.1 # MIT
debtcollector>=1.19.0 # Apache-2.0
decorator>=3.4.0 # BSD
decorator>=4.1.0 # BSD
eventlet>=0.25.1 # MIT
pecan>=1.3.2 # BSD
httplib2>=0.9.1 # MIT