File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ pkginfo==1.5.0.1
1919pip==20.3.3
2020black==21.6b0; python_version >= '3.6'
2121wrapt<=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
2426cffi==1.15.0rc2; python_version >= '3.10'
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ pyyaml==5.3.1
2222packaging==20.4
2323wheel==0.34.2
2424Jinja2==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
2729pylint==1.8.4; python_version < '3.4'
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ beautifulsoup4==4.9.1
2020pkginfo==1.5.0.1
2121pip==20.2
2222black==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
2527pytoml==0.1.21
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ six==1.14.0
2828pyyaml==5.3.1
2929packaging==20.4
3030Jinja2==2.11.2
31+ markupsafe==2.0.1; python_version > '2.7'
32+ markupsafe==1.1.1; python_version == '2.7'
3133wrapt==1.12.1
3234
3335# Locking pylint and required packages
You can’t perform that action at this time.
0 commit comments