From 66ec33603ca3b60bfbcc1864d8a84bd93e6150e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:42:35 +0000 Subject: [PATCH] Bump moto from 5.1.13 to 5.1.14 (#2014) Bumps [moto](https://github.com/getmoto/moto) from 5.1.13 to 5.1.14. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/5.1.13...5.1.14) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8bc3371b5..e5ce8101a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -2871,14 +2871,14 @@ files = [ [[package]] name = "moto" -version = "5.1.13" +version = "5.1.14" 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.13-py3-none-any.whl", hash = "sha256:2659d2ffbded101fb65d02f4271754550759c22440fe890fb72f37b339e9845f"}, - {file = "moto-5.1.13.tar.gz", hash = "sha256:f707b4b8943d833cafafec2f16de10d038f6afdfcbf9987457e22ef5a6d8c697"}, + {file = "moto-5.1.14-py3-none-any.whl", hash = "sha256:b9767848953beaf6650f1fd91615a3bcef84d93bd00603fa64dae38c656548e8"}, + {file = "moto-5.1.14.tar.gz", hash = "sha256:450690abb0b152fea7f93e497ac2172f15d8a838b15f22b514db801a6b857ae4"}, ] [package.dependencies] @@ -5905,4 +5905,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 = "68b99490827e2edcb02490bb9c7cdb4ec44c81ddb8b3fbf2faa9794adfc24d1c" +content-hash = "20f996dd0653372e2ce104f95aa96238ece5cab32c4ef0bf2856e67fc63fc175" diff --git a/pyproject.toml b/pyproject.toml index 233858706..5afaf193e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ hypothesis = "^6.140.2" honcho = "*" isort = "^6.1.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.13" +moto = "==5.1.14" pip-audit = "*" pre-commit = "^4.3.0" pytest = "^8.4.2"