From c16bb02e8915b495f632fe1a978bc8e96d9a538b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 17:04:45 +0000 Subject: [PATCH] Bump jmespath from 0.10.0 to 1.0.0 Bumps [jmespath](https://github.com/jmespath/jmespath.py) from 0.10.0 to 1.0.0. - [Release notes](https://github.com/jmespath/jmespath.py/releases) - [Changelog](https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/jmespath/jmespath.py/compare/0.10.0...1.0.0) --- updated-dependencies: - dependency-name: jmespath dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 574964c..ec707f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ python-hpilo==4.4.3 openshift==0.12.1 # For json query -jmespath==0.10.0 +jmespath==1.0.0 # For ipaddr filter netaddr==0.8.0