From 2892efa3ffb59e0172341c2633c7cbcc0e2f293b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 18:57:46 +0000 Subject: [PATCH] Update jmespath requirement from <1.0,>=0.9.5 to >=0.9.5,<2.0 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.9.5...1.0.1) --- updated-dependencies: - dependency-name: jmespath dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c5b9af390..0a46e7e0dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",