diff --git a/poetry.lock b/poetry.lock index 637ec9345..00a981015 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3680,14 +3680,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]] @@ -5668,4 +5668,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 = "a8b737659335f4ced749aa1b35d5e1a7c7790427e72c93aa821e6fbc9c13df0a" +content-hash = "09a10153f2c2fb4f36379f8cb3d6aeb4d9981a22a0f8cbe6a0e0438e02f1aa38" diff --git a/pyproject.toml b/pyproject.toml index ac1789d6e..f3fd5e14b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ cryptography = "^45.0.7" idna = "^3.7" jmespath = "^1.0.1" markupsafe = "^3.0.2" -pycparser = "^2.22" +pycparser = "^2.23" python-dateutil = "^2.9.0.post0" pyyaml = "^6.0.2" s3transfer = "^0.13.1"