diff --git a/poetry.lock b/poetry.lock index 91748c3ba..b5e738b6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index a90ee855a..715ff1d16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"