From b9defea270512a47a6ada54649d1b8afd996f0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 12:45:29 +0000 Subject: [PATCH] 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](https://github.com/pallets/jinja/compare/2.11.2...2.11.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee7c10d..1d8454b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ from jdcloud_cli.version import VERSION install_requires = ['websocket-client<=0.59.0', 'configparser==4.0.2', 'requests', 'more-itertools==5.0.0', - 'argcomplete', 'argparse', 'jdcloud_sdk==1.6.180', 'pyyaml', 'jinja2==2.11.2', 'MarkupSafe==1.1.1', 'zipp==0.6.0'] + 'argcomplete', 'argparse', 'jdcloud_sdk==1.6.180', 'pyyaml', 'jinja2==2.11.3', 'MarkupSafe==1.1.1', 'zipp==0.6.0'] setup(