Skip to content

Commit

Permalink
Update jmespath requirement from <1.0,>=0.9.5 to >=0.9.5,<2.0
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.9.5...1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 26, 2023
1 parent 638c01b commit 2892efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"importlib-metadata>=3.6; python_version >= '3.8'",
"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
"importlib_resources>=1.3", # The `files()` API was introduced in `importlib_resources` 1.3 and Python 3.9.
"jmespath>=0.9.5, <1.0",
"jmespath>=0.9.5, <2.0",
"more_itertools~=9.0",
"omegaconf~=2.3",
"parse~=1.19.0",
Expand Down

0 comments on commit 2892efa

Please sign in to comment.