diff --git a/poetry.lock b/poetry.lock index d92110240..4f8602bfe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1606,13 +1606,13 @@ python-dateutil = ">=2.7" [[package]] name = "moto" -version = "5.0.5" +version = "5.0.6" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "moto-5.0.5-py2.py3-none-any.whl", hash = "sha256:4ecdd4084491a2f25f7a7925416dcf07eee0031ce724957439a32ef764b22874"}, - {file = "moto-5.0.5.tar.gz", hash = "sha256:2eaca2df7758f6868df420bf0725cd0b93d98709606f1fb8b2343b5bdc822d91"}, + {file = "moto-5.0.6-py2.py3-none-any.whl", hash = "sha256:ca1e22831a741733b581ff2ef4d6ae2e1c6db1eab97af1b78b86ca2c6e88c609"}, + {file = "moto-5.0.6.tar.gz", hash = "sha256:ad8b23f2b555ad694da8b2432a42b6d96beaaf67a4e7d932196a72193a2eee2c"}, ] [package.dependencies] @@ -2513,4 +2513,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "82a574b6db873942a1e324f7806f9c21e8d21e2e032df5ebd8fa76857bb16eba" +content-hash = "30652bc36081c56c577ccf4fa00f61e62defc920039abef83aef21771eeea53d" diff --git a/pyproject.toml b/pyproject.toml index 06d95cd39..9337cb9f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pytest-mock = "^3.12.0" pytest-cov = "^5.0.0" boto3 = "^1.34.60" sh = "^2.0.6" -moto = {extras = ["dynamodb", "s3"], version = "^5.0.5"} +moto = {extras = ["dynamodb", "s3"], version = "^5.0.6"} behave = "^1.2.6" pyyaml = "^6.0.1" datamodel-code-generator = "^0.25.4"