diff --git a/poetry.lock b/poetry.lock index b6d22d2fb8..e9028c6ac8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2541,13 +2541,13 @@ test = ["pytest", "pytest-cov"] [[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] @@ -4936,4 +4936,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "6fa1487dd24dfc2579c05bade1b55fb18d93a3d96aa34be4a291f2384fec42d8" +content-hash = "5e0169af92162033786ef88c552126a9e540db125929f29a05786dcfec004d35" diff --git a/pyproject.toml b/pyproject.toml index 396b08b21a..3691440398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ docker = "7.0.0" flake8 = "7.0.0" freezegun = "1.5.0" mock = "5.1.0" -moto = {extras = ["all"], version = "5.0.5"} +moto = {extras = ["all"], version = "5.0.6"} openapi-schema-validator = "0.6.2" openapi-spec-validator = "0.7.1" pylint = "3.1.0"