From 1419ea439471135e2a1b622feeb2d0c828dea9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:20:49 +0000 Subject: [PATCH] Bump moto from 5.0.7 to 5.0.8 Bumps [moto](https://github.com/getmoto/moto) from 5.0.7 to 5.0.8. - [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.0.7...5.0.8) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3a6148efd..867ee07b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2389,13 +2389,13 @@ files = [ [[package]] name = "moto" -version = "5.0.7" +version = "5.0.8" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "moto-5.0.7-py2.py3-none-any.whl", hash = "sha256:c0214c1361fb1dc85f587d9ce17cd988c6f69ff0ed54d43789654022e0e744f2"}, - {file = "moto-5.0.7.tar.gz", hash = "sha256:f2cde691dc4bc675e318a65f018902ac7f89d61bf2646052f7df215d212f069e"}, + {file = "moto-5.0.8-py2.py3-none-any.whl", hash = "sha256:7d1035e366434bfa9fcc0621f07d5aa724b6846408071d540137a0554c46f214"}, + {file = "moto-5.0.8.tar.gz", hash = "sha256:517fb808dc718bcbdda54c6ffeaca0adc34cf6e10821bfb01216ce420a31765c"}, ] [package.dependencies] @@ -4755,4 +4755,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "30c5253e2263d2f0789d9452417b7ff27e162d3ca628a3e30e3be2a5189ae2f6" +content-hash = "f4158e6cdf133c0ccc91f4cff03aa5464aeda9465db40cc8f74ab64a5c87a1c7" diff --git a/pyproject.toml b/pyproject.toml index a2b940f3c..d0d4d4ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ freezegun = "^1.5.1" honcho = "*" isort = "^5.13.2" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.0.7" +moto = "==5.0.8" pip-audit = "*" pre-commit = "^3.7.1" pytest = "^8.2.1"