From a014464f8c925b0833d2fb6d428337760bcaf699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 03:13:35 +0000 Subject: [PATCH] Update jmespath requirement from ~=0.10 to ~=1.0 in /cli Updates the requirements on [jmespath](https://github.com/jmespath/jmespath.py) to permit the latest version. - [Changelog](https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/jmespath/jmespath.py/compare/0.10.0...1.0.1) --- updated-dependencies: - dependency-name: jmespath dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/requirements.txt | 2 +- cli/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index 12480e35a7..7d6dabc8d7 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -19,7 +19,7 @@ boto3>=1.16.14 connexion~=2.13.0 flask>=2.2.5,==2.2.* jinja2~=3.0 -jmespath~=0.10 +jmespath~=1.0 jsii==1.85.0 marshmallow~=3.10 PyYAML==6.0.1 diff --git a/cli/setup.py b/cli/setup.py index 1d3a90e786..5b0348d045 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -49,7 +49,7 @@ def readme(): "werkzeug~=2.0", "connexion~=2.13.0", "flask>=2.2.5,==2.2.*", - "jmespath~=0.10", + "jmespath>=0.10,<2.0", "jsii==1.85.0", ]