diff --git a/poetry.lock b/poetry.lock index b5e738b6f..9ac5046f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2789,14 +2789,14 @@ files = [ [[package]] name = "pycparser" -version = "2.23" +version = "3.0" description = "C parser in Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "pycparser-2.23-py3-none-any.whl", hash = "sha256:e5c6e8d3fbad53479cab09ac03729e0a9faf2bee3db8208a550daf5af81a5934"}, - {file = "pycparser-2.23.tar.gz", hash = "sha256:78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2"}, + {file = "pycparser-3.0-py3-none-any.whl", hash = "sha256:b727414169a36b7d524c1c3e31839a521725078d7b2ff038656844266160a992"}, + {file = "pycparser-3.0.tar.gz", hash = "sha256:600f49d217304a5902ac3c37e1281c9fe94e4d0489de643a9504c5cdfdfc6b29"}, ] [[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 = "530fcf7be3d37e24611274f56c6546da03200d7c26b36439b645bfaf59477bef" +content-hash = "2aeb83d443613305e9d06081a368133801748c5be80f32669967cbcd7a1acb22" diff --git a/pyproject.toml b/pyproject.toml index 715ff1d16..7169b0d3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ jmespath = "^1.1.0" numpy = "^2.4.1" ordered-set = "^4.1.0" phonenumbers = "^9.0.22" -pycparser = "^2.23" +pycparser = "^3.0" pyjwt = "^2.10.1" python-json-logger = "^4.0.0" redis = "^7.1.0"