From 680db0c921a7f37bf458e7e8621975b270d44822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:39:49 +0530 Subject: [PATCH] build(deps): bump jmespath from 1.0.1 to 1.1.0 (#12905) Bumps [jmespath](https://github.com/jmespath/jmespath.py) from 1.0.1 to 1.1.0. - [Changelog](https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/jmespath/jmespath.py/compare/1.0.1...1.1.0) --- updated-dependencies: - dependency-name: jmespath dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4acbb720..0076c98d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ ansible==10.7.0 # Needed for community.crypto module cryptography==46.0.3 # Needed for jinja2 json_query templating -jmespath==1.0.1 +jmespath==1.1.0 # Needed for ansible.utils.ipaddr netaddr==1.3.0