diff --git a/poetry.lock b/poetry.lock index a784805382..b116015ed0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2325,13 +2325,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "moto" -version = "5.0.8" +version = "5.0.9" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "moto-5.0.8-py2.py3-none-any.whl", hash = "sha256:7d1035e366434bfa9fcc0621f07d5aa724b6846408071d540137a0554c46f214"}, - {file = "moto-5.0.8.tar.gz", hash = "sha256:517fb808dc718bcbdda54c6ffeaca0adc34cf6e10821bfb01216ce420a31765c"}, + {file = "moto-5.0.9-py2.py3-none-any.whl", hash = "sha256:21a13e02f83d6a18cfcd99949c96abb2e889f4bd51c4c6a3ecc8b78765cb854e"}, + {file = "moto-5.0.9.tar.gz", hash = "sha256:eb71f1cba01c70fff1f16086acb24d6d9aeb32830d646d8989f98a29aeae24ba"}, ] [package.dependencies] @@ -4500,4 +4500,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "308db3fe73bce126e0ff72dc9e7f6f9bcfc51405baa212e37882e5d432ad083a" +content-hash = "c1863fe2ef9e7f33d688883e31694a95035545f467479498a08de9a1a1250c63" diff --git a/pyproject.toml b/pyproject.toml index 3ce797db45..0bd57e405d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ docker = "7.1.0" flake8 = "7.0.0" freezegun = "1.5.1" mock = "5.1.0" -moto = {extras = ["all"], version = "5.0.8"} +moto = {extras = ["all"], version = "5.0.9"} openapi-schema-validator = "0.6.2" openapi-spec-validator = "0.7.1" pylint = "3.2.2"