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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-26 15:20:37 +00:00
committed by GitHub
parent 18dab9c900
commit 0563bd7633
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -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"

View File

@@ -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"