Skip to content

Commit c3c8b8e

Browse files
pin markupsafe (Azure#23132)
* pinning markupsafe to version 2.0.1 everywhere. py2 version is pinned to 1.1.1 Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
1 parent b7813b9 commit c3c8b8e

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

eng/ci_tools.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ pkginfo==1.5.0.1
1919
pip==20.3.3
2020
black==21.6b0; python_version >= '3.6'
2121
wrapt<=1.12.1; python_version == '2.7'
22+
markupsafe==2.0.1; python_version > '2.7'
23+
markupsafe==1.1.1; python_version == '2.7'
2224

2325
# python 3.10 pinned packages
2426
cffi==1.15.0rc2; python_version >= '3.10'

eng/regression_test_tools.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ pyyaml==5.3.1
2222
packaging==20.4
2323
wheel==0.34.2
2424
Jinja2==2.11.2
25+
markupsafe==2.0.1; python_version > '2.7'
26+
markupsafe==1.1.1; python_version == '2.7'
2527

2628
# Locking pylint and required packages
2729
pylint==1.8.4; python_version < '3.4'

eng/regression_tools.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ beautifulsoup4==4.9.1
2020
pkginfo==1.5.0.1
2121
pip==20.2
2222
black==21.6b0; python_version >= '3.6'
23+
markupsafe==2.0.1; python_version > '2.7'
24+
markupsafe==1.1.1; python_version == '2.7'
2325

2426
# locking packages defined as deps from azure-sdk-tools or azure-devtools
2527
pytoml==0.1.21

eng/test_tools.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ six==1.14.0
2828
pyyaml==5.3.1
2929
packaging==20.4
3030
Jinja2==2.11.2
31+
markupsafe==2.0.1; python_version > '2.7'
32+
markupsafe==1.1.1; python_version == '2.7'
3133
wrapt==1.12.1
3234

3335
# Locking pylint and required packages

0 commit comments

Comments
 (0)