Skip to content

Commit 5bce346

Browse files
Bump jinja2 from 2.11.2 to 2.11.3
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](pallets/jinja@2.11.2...2.11.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22e8809 commit 5bce346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from jdcloud_cli.version import VERSION
2323

2424
install_requires = ['websocket-client', 'configparser==4.0.2', 'requests', 'more-itertools==5.0.0',
25-
'argcomplete', 'argparse', 'jdcloud_sdk==1.6.62', 'pyyaml', 'jinja2==2.11.2', 'MarkupSafe==1.1.1', 'zipp==0.6.0']
25+
'argcomplete', 'argparse', 'jdcloud_sdk==1.6.62', 'pyyaml', 'jinja2==2.11.3', 'MarkupSafe==1.1.1', 'zipp==0.6.0']
2626

2727

2828
setup(

0 commit comments

Comments
 (0)