diff --git a/poetry.lock b/poetry.lock index 48dc83aca..53c318731 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2649,14 +2649,14 @@ files = [ [[package]] name = "pycparser" -version = "2.22" +version = "2.23" description = "C parser in Python" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"}, - {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"}, + {file = "pycparser-2.23-py3-none-any.whl", hash = "sha256:e5c6e8d3fbad53479cab09ac03729e0a9faf2bee3db8208a550daf5af81a5934"}, + {file = "pycparser-2.23.tar.gz", hash = "sha256:78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2"}, ] [[package]] @@ -4228,4 +4228,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 = "88befaca38ed979f58c3815c07fa14e3fe93e6841c49d6e66571054fba2772b0" +content-hash = "2af7cbef7fc48caec82004f090d6c5baf79cdd3d95624c6146c9292da93c2f44" diff --git a/pyproject.toml b/pyproject.toml index 52fafac5b..2d7b6a310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ jmespath = "^1.0.1" numpy = "^2.3.2" ordered-set = "^4.1.0" phonenumbers = "^9.0.13" -pycparser = "^2.22" +pycparser = "^2.23" pyjwt = "^2.10.1" python-json-logger = "^3.3.0" redis = "^6.4.0"