Bump jmespath from 1.0.1 to 1.1.0 (#3214)

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-23 12:27:45 -05:00
committed by GitHub
parent 25c58d06a8
commit d9a5b05907
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -1738,14 +1738,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]]
@@ -4516,4 +4516,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "f399636c8bb24031464789226b4799d3a4351da4713802d2e912aa3c76c93428"
content-hash = "530fcf7be3d37e24611274f56c6546da03200d7c26b36439b645bfaf59477bef"

View File

@@ -47,7 +47,7 @@ cffi = "^2.0.0"
cryptography = "^46.0.3"
flask-redis = "^0.4.0"
geojson = "^3.1.0"
jmespath = "^1.0.1"
jmespath = "^1.1.0"
numpy = "^2.4.1"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.22"