Skip to content

Commit

Permalink
markupsafe pinning (#10710)
Browse files Browse the repository at this point in the history
* markupsafe pinning

* fix
  • Loading branch information
memsharded authored Mar 3, 2022
1 parent 669157e commit 65a8db3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conans/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ node-semver==0.6.1
distro>=1.0.2, <=1.6.0; sys_platform == 'linux' or sys_platform == 'linux2'
pygments>=2.0, <3.0
tqdm>=4.28.1, <5
Jinja2>=2.9, <4.0.0
Jinja2>=2.9, <3.0.0;python_version<='2.7'
MarkupSafe<=2.0.1;python_version<='2.7'
Jinja2>=3.0, <4.0.0;python_version>='3'
python-dateutil>=2.7.0, <3
configparser>=3.5;python_version<='2.7'

0 comments on commit 65a8db3

Please sign in to comment.