diff --git a/poetry.lock b/poetry.lock index 22030f8ba..1c74853fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1635,14 +1635,14 @@ files = [ [[package]] name = "moto" -version = "5.0.27" +version = "5.0.28" description = "A library that allows you to easily mock out tests based on AWS infrastructure" optional = false python-versions = ">=3.8" groups = ["test"] files = [ - {file = "moto-5.0.27-py3-none-any.whl", hash = "sha256:27042fd94c8def0166d9f2ae8d39d9488d4b3115542b5fca88566c0424549013"}, - {file = "moto-5.0.27.tar.gz", hash = "sha256:6c123de7e0e5e6508a10c399ba3ecf2d5143f263f8e804fd4a7091941c3f5207"}, + {file = "moto-5.0.28-py3-none-any.whl", hash = "sha256:2dfbea1afe3b593e13192059a1a7fc4b3cf7fdf92e432070c22346efa45aa0f0"}, + {file = "moto-5.0.28.tar.gz", hash = "sha256:4d3437693411ec943c13c77de5b0b520c4b0a9ac850fead4ba2a54709e086e8b"}, ] [package.dependencies] @@ -3655,4 +3655,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9, <3.13" -content-hash = "316b732994e68398b04a4fed2973d3dbfcc3f143f548c546a161237c99428da0" +content-hash = "7915b88fd01cc95dcfa67bacc69546857430d50b9d504796b4cc4deb23127564" diff --git a/pyproject.toml b/pyproject.toml index a50e96d47..bb6438701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ ruff = "^0.9.4" [tool.poetry.group.test.dependencies] coverage = {extras = ["toml"], version = "^7.6.10"} -moto = {extras = ["ec2", "ecs", "iam", "s3", "ssm"], version = "^5.0.27"} +moto = {extras = ["ec2", "ecs", "iam", "s3", "ssm"], version = "^5.0.28"} pipenv = "^2024.4.1" # only used in tests pytest = "^8.3.4" pytest-cov = "^6.0.0"