diff --git a/poetry.lock b/poetry.lock index ed3a2d3..8f06998 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1108,14 +1108,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyparsing" -version = "3.2.4" +version = "3.2.5" description = "pyparsing - Classes and methods to define and execute parsing grammars" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pyparsing-3.2.4-py3-none-any.whl", hash = "sha256:91d0fcde680d42cd031daf3a6ba20da3107e08a75de50da58360e7d94ab24d36"}, - {file = "pyparsing-3.2.4.tar.gz", hash = "sha256:fff89494f45559d0f2ce46613b419f632bbb6afbdaed49696d322bcf98a58e99"}, + {file = "pyparsing-3.2.5-py3-none-any.whl", hash = "sha256:e38a4f02064cf41fe6593d328d0512495ad1f3d8a91c4f73fc401b3079a59a5e"}, + {file = "pyparsing-3.2.5.tar.gz", hash = "sha256:2df8d5b7b2802ef88e8d016a2eb9c7aeaa923529cd251ed0fe4608275d4105b6"}, ] [package.extras] @@ -1546,4 +1546,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "d2827f59cc8c43ecc58143fed35a1550f79ca6064a0f291702add2642a66f5cb" +content-hash = "818ed941c47ae56c01dff2c2ee49cc29a19ca92de164cadbc2432138be2f02e6" diff --git a/pyproject.toml b/pyproject.toml index 8d87f02..193242e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ petname = "^2.6" black = "^25.1.0" boto3 = "^1.40.33" moto = "^5.1.10" -pyparsing = "^3.2.4" +pyparsing = "^3.2.5" types-python-dateutil = "^2.9.0.20250822" aws-lambda-powertools = "^3.20.0"