Skip to content

Commit

Permalink
Limit markupsafe<2.1 (#10616)
Browse files Browse the repository at this point in the history
* markupsafe<2.1

* conan 1.43.4
  • Loading branch information
czoido committed Feb 18, 2022
1 parent 82034a5 commit 33754c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conans/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
SERVER_CAPABILITIES = [COMPLEX_SEARCH_CAPABILITY, REVISIONS] # Server is always with revisions
DEFAULT_REVISION_V1 = "0"

__version__ = '1.43.3'
__version__ = '1.43.4'
1 change: 1 addition & 0 deletions conans/client/migrations_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2965,3 +2965,4 @@
settings_1_43_1 = settings_1_43_0
settings_1_43_2 = settings_1_43_1
settings_1_43_3 = settings_1_43_2
settings_1_43_4 = settings_1_43_3
1 change: 1 addition & 0 deletions conans/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ pygments>=2.0, <3.0
tqdm>=4.28.1, <5
Jinja2>=2.9, <3
python-dateutil>=2.7.0, <3
markupsafe<2.1

0 comments on commit 33754c8

Please sign in to comment.