diff --git a/poetry.lock b/poetry.lock index 5b64d014c..5d18530d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1735,14 +1735,14 @@ files = [ [[package]] name = "moto" -version = "5.1.6" +version = "5.1.9" 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.6-py3-none-any.whl", hash = "sha256:e4a3092bc8fe9139caa77cd34cdcbad804de4d9671e2270ea3b4d53f5c645047"}, - {file = "moto-5.1.6.tar.gz", hash = "sha256:baf7afa9d4a92f07277b29cf466d0738f25db2ed2ee12afcb1dc3f2c540beebd"}, + {file = "moto-5.1.9-py3-none-any.whl", hash = "sha256:e9ba7e4764a6088ccc34e3cc846ae719861ca202409fa865573de40a3e805b9b"}, + {file = "moto-5.1.9.tar.gz", hash = "sha256:0c4f0387b06b5d24c0ce90f8f89f31a565cc05789189c5d59b5df02594f2e371"}, ] [package.dependencies] @@ -3494,4 +3494,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "4109f2a5972e40a9e5598d85db6bfe31393c43904964698fac76570460b416d2" +content-hash = "34c22cb021f220ab8eb71b6f2aa0a721d24db3ff0bbf289c09b8de8aa1a2965f" diff --git a/pyproject.toml b/pyproject.toml index 42e9b9a8d..b326f849d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ localstack = "^4.1.1" pytest-docker = "^3.2.0" stamina = "^25.1.0" pytest-freezer = "^0.4.9" -moto = "^5.1.5" +moto = "^5.1.9" requests = "^2.31.0" jsonschema = "^4.24.0" behave = "^1.2.6"