From 4d59273f23a0e2758a4ff1a36c311498b63e3866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 16:52:22 +0000 Subject: [PATCH] Bump moto from 5.1.8 to 5.1.9 Bumps [moto](https://github.com/getmoto/moto) from 5.1.8 to 5.1.9. - [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.8...5.1.9) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 63d692ff8..c1203ca39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -2701,14 +2701,14 @@ files = [ [[package]] name = "moto" -version = "5.1.8" +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.8-py3-none-any.whl", hash = "sha256:12f3a15100da7de019c671a516dbba33b14072faba103f16ca79a39b8c803b7d"}, - {file = "moto-5.1.8.tar.gz", hash = "sha256:5c2f63c051b7c13224cb1483917c85a796468d7e37dcd5d1a5b8de66729de3f4"}, + {file = "moto-5.1.9-py3-none-any.whl", hash = "sha256:e9ba7e4764a6088ccc34e3cc846ae719861ca202409fa865573de40a3e805b9b"}, + {file = "moto-5.1.9.tar.gz", hash = "sha256:0c4f0387b06b5d24c0ce90f8f89f31a565cc05789189c5d59b5df02594f2e371"}, ] [package.dependencies] @@ -5671,4 +5671,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "65c29d19a3b1422e324e8b76369e422191c00986af918889c83089f1f1bba5bb" +content-hash = "c0ee51042f1fef87b68149143209de5c30ade23b2cf5e438f75e34b94a76f18c" diff --git a/pyproject.toml b/pyproject.toml index 299e827d0..9eeec3f2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ freezegun = "^1.5.3" honcho = "*" isort = "^6.0.1" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.8" +moto = "==5.1.9" pip-audit = "*" pre-commit = "^4.2.0" pytest = "^8.4.0"