Skip to content

Commit

Permalink
pin markupsafe (Azure#23132)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
kristapratico and scbedd authored Feb 18, 2022
1 parent b7813b9 commit c3c8b8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/ci_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ pkginfo==1.5.0.1
pip==20.3.3
black==21.6b0; python_version >= '3.6'
wrapt<=1.12.1; python_version == '2.7'
markupsafe==2.0.1; python_version > '2.7'
markupsafe==1.1.1; python_version == '2.7'

# python 3.10 pinned packages
cffi==1.15.0rc2; python_version >= '3.10'
Expand Down
2 changes: 2 additions & 0 deletions eng/regression_test_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ pyyaml==5.3.1
packaging==20.4
wheel==0.34.2
Jinja2==2.11.2
markupsafe==2.0.1; python_version > '2.7'
markupsafe==1.1.1; python_version == '2.7'

# Locking pylint and required packages
pylint==1.8.4; python_version < '3.4'
Expand Down
2 changes: 2 additions & 0 deletions eng/regression_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ beautifulsoup4==4.9.1
pkginfo==1.5.0.1
pip==20.2
black==21.6b0; python_version >= '3.6'
markupsafe==2.0.1; python_version > '2.7'
markupsafe==1.1.1; python_version == '2.7'

# locking packages defined as deps from azure-sdk-tools or azure-devtools
pytoml==0.1.21
Expand Down
2 changes: 2 additions & 0 deletions eng/test_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ six==1.14.0
pyyaml==5.3.1
packaging==20.4
Jinja2==2.11.2
markupsafe==2.0.1; python_version > '2.7'
markupsafe==1.1.1; python_version == '2.7'
wrapt==1.12.1

# Locking pylint and required packages
Expand Down

0 comments on commit c3c8b8e

Please sign in to comment.