Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin markupsafe #23132

Merged
merged 5 commits into from
Feb 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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