From 21e1711abd088f7779a70ff9099fdb5a9923344b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:39:13 +0000 Subject: [PATCH] Bump jinja2 from 2.11.2 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... 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..8fa07be 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==3.1.3', 'MarkupSafe==1.1.1', 'zipp==0.6.0'] setup(