diff --git a/poetry.lock b/poetry.lock index edafcfc22..646cc73cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2859,14 +2859,14 @@ files = [ [[package]] name = "moto" -version = "5.1.19" +version = "5.1.20" 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.19-py3-none-any.whl", hash = "sha256:7adb0caacf0e2d0dbb09550bcb49a7f158ee7c460a09cb54d4599a9a94cfef70"}, - {file = "moto-5.1.19.tar.gz", hash = "sha256:a13423e402366b6affab07ed28e1df5f3fcc54ef68fc8d83dc9f824da7a4024e"}, + {file = "moto-5.1.20-py3-none-any.whl", hash = "sha256:58c82c8e6b2ef659ef3a562fa415dce14da84bc7a797943245d9a338496ea0ea"}, + {file = "moto-5.1.20.tar.gz", hash = "sha256:6d12d781e26a550d80e4b7e01d5538178e3adec6efbdec870e06e84750f13ec0"}, ] [package.dependencies] @@ -5954,4 +5954,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 = "8b23ebcc330bde10bc9d04588931db15b5f5b2118148ff1dc935cd323c3fe851" +content-hash = "0885c7441b775c391b6b1f6fd5c7f43215a97fb9e2c0e71799bc13c789a734f3" diff --git a/pyproject.toml b/pyproject.toml index b3785d607..f0c78ebb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ hypothesis = "^6.150.2" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==1.0.0", extras = ["yaml"]} -moto = "==5.1.19" +moto = "==5.1.20" pip-audit = "*" pre-commit = "^4.5.1" pytest = "^9.0.2"