Skip to content

Commit

Permalink
HC-367: Update to support upgrade to latest Pallet Project versions (#88
Browse files Browse the repository at this point in the history
)

* updating jinja2 to >=3.0.0,<4.0.0

* updating MarkupSafe in requirements.txt jjust to be safe

* bump version

Co-authored-by: dustinklo <dustinlo.pcc@gmail.com>
Co-authored-by: Mike Cayanan <michael.d.cayanan@jpl.nasa.gov>
3 people authored Feb 2, 2022
1 parent 9bb96e8 commit 8594cdd
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ importlib-metadata==1.4.0
Jinja2==2.11.3
jmespath==0.9.4
kombu==4.6.7
MarkupSafe==1.1.1
MarkupSafe==2.0.1
more-itertools==8.1.0
paramiko==2.7.1
prompt-toolkit==1.0.18
2 changes: 1 addition & 1 deletion sdscli/__init__.py
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@
from __future__ import division
from __future__ import absolute_import

__version__ = "1.1.4"
__version__ = "1.1.5"
__url__ = "https://github.com/sdskit/sdscli"
__description__ = "Command line interface for SDSKit"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
"awscli>=1.17.1",
"boto3>=1.11.1",
"fabric3>=1.14.post1",
"Jinja2>=2.10.1",
"Jinja2>=3.0.0,<4.0.0",
],
entry_points={"console_scripts": ["sds=sdscli.command_line:main"]},
package_data={

0 comments on commit 8594cdd

Please sign in to comment.