Skip to content

Commit acff3e2

Browse files
Update jmespath requirement from <1.0,>=0.9.5 to >=0.9.5,<2.0 (#2810)
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.9.5...1.0.1) --- updated-dependencies: - dependency-name: jmespath dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
1 parent 0ac7675 commit acff3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"importlib-metadata>=3.6; python_version >= '3.8'",
2525
"importlib_metadata>=3.6, <5.0; python_version < '3.8'", # The "selectable" entry points were introduced in `importlib_metadata` 3.6 and Python 3.10. Bandit on Python 3.7 relies on a library with `importlib_metadata` < 5.0
2626
"importlib_resources>=1.3", # The `files()` API was introduced in `importlib_resources` 1.3 and Python 3.9.
27-
"jmespath>=0.9.5, <1.0",
27+
"jmespath>=0.9.5, <2.0",
2828
"more_itertools~=9.0",
2929
"omegaconf~=2.3",
3030
"parse~=1.19.0",

0 commit comments

Comments
 (0)