diff --git a/poetry.lock b/poetry.lock index ed3a2d3..17ec2d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -819,14 +819,14 @@ traitlets = "*" [[package]] name = "moto" -version = "5.1.11" +version = "5.1.12" description = "A library that allows you to easily mock out tests based on AWS infrastructure" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "moto-5.1.11-py3-none-any.whl", hash = "sha256:d09429ed5f67f8568637700cd525997d6abe7f91439a6f900b4f98a9fe4ecac9"}, - {file = "moto-5.1.11.tar.gz", hash = "sha256:1330b6d9b91088e971469dfb67f297595541914b364e0b49047bb82622975ec7"}, + {file = "moto-5.1.12-py3-none-any.whl", hash = "sha256:c9f1119ab57819ce4b88f793f51c6ca0361b6932a90c59865fd71022acfc5582"}, + {file = "moto-5.1.12.tar.gz", hash = "sha256:6eca3a020cb89c188b763610c27c969c32b832205712d3bdcb1a6031a4005187"}, ] [package.dependencies] @@ -1546,4 +1546,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "d2827f59cc8c43ecc58143fed35a1550f79ca6064a0f291702add2642a66f5cb" +content-hash = "4006b931879f4ee351a9378b3080b248d17ba299f1a890df8835d4136b3fd00c" diff --git a/pyproject.toml b/pyproject.toml index 8d87f02..bbac229 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ ruff = "^0.13.0" petname = "^2.6" black = "^25.1.0" boto3 = "^1.40.33" -moto = "^5.1.10" +moto = "^5.1.12" pyparsing = "^3.2.4" types-python-dateutil = "^2.9.0.20250822" aws-lambda-powertools = "^3.20.0"