diff --git a/poetry.lock b/poetry.lock index d1a250aea..68a82ca90 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2920,14 +2920,14 @@ files = [ [[package]] name = "moto" -version = "5.1.16" +version = "5.1.17" 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.16-py3-none-any.whl", hash = "sha256:8e6186f20b3aa91755d186e47701fe7e47f74e625c36fdf3bd7747da68468b19"}, - {file = "moto-5.1.16.tar.gz", hash = "sha256:792045b345d16a8aa09068ad4a7656894e707c796f0799b438fffb738e8fae7c"}, + {file = "moto-5.1.17-py3-none-any.whl", hash = "sha256:7c59e92f6fc50a425b718ab1d490eee570dc0cf3dc7dc3d7ab222b8f1e1cb7fc"}, + {file = "moto-5.1.17.tar.gz", hash = "sha256:31b832de25846529963bcb273448240cae34b9cbaff0bdae15f75c716c08a5f8"}, ] [package.dependencies] @@ -5957,4 +5957,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "30313b55af4d12a4615e764883c2218917299d84d65edfbdb646e830866619ab" +content-hash = "48e71f0546489dabed585ffbaf2437fd5efb37183ef76e00d8cd288234b0ab34" diff --git a/pyproject.toml b/pyproject.toml index e1550a1ff..b554ae893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ hypothesis = "^6.148.1" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.16" +moto = "==5.1.17" pip-audit = "*" pre-commit = "^4.4.0" pytest = "^9.0.1"