From 42c3ee9c5b6bcaeb2457208569aba5520cdd9c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 17:02:57 +0000 Subject: [PATCH] Bump jmespath from 0.10.0 to 1.0.1 Bumps [jmespath](https://github.com/jmespath/jmespath.py) from 0.10.0 to 1.0.1. - [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.1) --- 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..3081b02 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.1 # For ipaddr filter netaddr==0.8.0