diff --git a/poetry.lock b/poetry.lock index 3fd8978a..20893374 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2024,14 +2024,14 @@ files = [ [[package]] name = "moto" -version = "5.1.20" +version = "5.1.21" 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.20-py3-none-any.whl", hash = "sha256:58c82c8e6b2ef659ef3a562fa415dce14da84bc7a797943245d9a338496ea0ea"}, - {file = "moto-5.1.20.tar.gz", hash = "sha256:6d12d781e26a550d80e4b7e01d5538178e3adec6efbdec870e06e84750f13ec0"}, + {file = "moto-5.1.21-py3-none-any.whl", hash = "sha256:311a30095b08b39dd2707f161f1440d361684fe0090b9fd0751dfd1c9b022445"}, + {file = "moto-5.1.21.tar.gz", hash = "sha256:713dde46e71e2714fa9a29eec513ec618d35e1d84c256331b5aab3f30692feeb"}, ] [package.dependencies] @@ -3939,4 +3939,4 @@ requests = "*" [metadata] lock-version = "2.1" python-versions = "^3.14" -content-hash = "ec99b2fa29db9d701979e3b33c75358e1cb89a9bd2ccf3b4cdef268c410c4719" +content-hash = "3662d3db1557f7973811b714068ac64e837d5e0a23227f9b3bee2a46169ee67b" diff --git a/pyproject.toml b/pyproject.toml index dc2d7e3a..94979f50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ click = "^8.3.0" rich = "^14.3.1" pytest-mock = "^3.15.1" pytest-cov = "^7.0.0" -moto = {extras = ["ssm"], version = "^5.1.20"} +moto = {extras = ["ssm"], version = "^5.1.21"} [tool.poetry.group.slackBotFunction.dependencies]