Skip to content

Commit

Permalink
Update jmespath requirement from ~=0.10 to ~=1.0 in /cli
Browse files Browse the repository at this point in the history
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](jmespath/jmespath.py@0.10.0...1.0.1)

---
updated-dependencies:
- dependency-name: jmespath
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 10, 2023
1 parent 92bcf57 commit a014464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down

0 comments on commit a014464

Please sign in to comment.