From 0563bd7633fc2435f6a9802e9cdbab0dbbc90aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:20:37 +0000 Subject: [PATCH] Bump jmespath from 1.0.1 to 1.1.0 (#2186) 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> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3f2c09681..76f95e2c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2288,14 +2288,14 @@ yaml = ["pyyaml"] [[package]] name = "jmespath" -version = "1.0.1" +version = "1.1.0" description = "JSON Matching Expressions" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "jmespath-1.0.1-py3-none-any.whl", hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980"}, - {file = "jmespath-1.0.1.tar.gz", hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe"}, + {file = "jmespath-1.1.0-py3-none-any.whl", hash = "sha256:a5663118de4908c91729bea0acadca56526eb2698e83de10cd116ae0f4e97c64"}, + {file = "jmespath-1.1.0.tar.gz", hash = "sha256:472c87d80f36026ae83c6ddd0f1d05d4e510134ed462851fd5f754c8c3cbb88d"}, ] [[package]] @@ -5977,4 +5977,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "1d30d0897363526eee9624888cc43ec17076a5acf607e7e786d738629493a7c8" +content-hash = "9c73c17581c178d2931a13e46145ce7601a62499a98651560139d9051426e474" diff --git a/pyproject.toml b/pyproject.toml index 652fe5111..bf0b7e567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ mistune = "^3.2.0" blinker = "^1.9.0" cryptography = "^46.0.3" idna = "^3.11" -jmespath = "^1.0.1" +jmespath = "^1.1.0" markupsafe = "^3.0.3" pycparser = "^3.0" python-dateutil = "^2.9.0.post0"