Bump requirements and disable f-string check

Bump Mako to 1.0.7 in lower-constraints.txt and add consider-using-f-string
to .pylintrc to avoid pep8 failure at pylint stage.

Change-Id: Iccda2830b4ef2d512709b3775ffab415ce47581e
This commit is contained in:
elajkat 2021-09-20 14:04:56 +02:00 committed by Lajos Katona
parent 890d62a3df
commit c266a3e6d2
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@ disable=
bad-continuation,
consider-iterating-dictionary,
consider-using-enumerate,
consider-using-f-string,
invalid-name,
len-as-condition,
misplaced-comparison-constant,

View File

@ -30,7 +30,7 @@ Jinja2==2.10
keystoneauth1==3.14.0
kombu==4.6.1
linecache2==1.0.0
Mako==0.4.0
Mako==1.0.7
MarkupSafe==1.1.1
monotonic==0.6
mox3==0.20.0