From 34b18e4b7b3d7d44e90a7b6ae266ad026da26150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:19:22 +0100 Subject: [PATCH] Build: Bump moto from 4.2.10 to 4.2.11 (#180) Bumps [moto](https://github.com/getmoto/moto) from 4.2.10 to 4.2.11. - [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/4.2.10...4.2.11) --- updated-dependencies: - dependency-name: moto 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 | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 62623fab50..85a738018d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1636,13 +1636,13 @@ files = [ [[package]] name = "moto" -version = "4.2.10" +version = "4.2.11" description = "" optional = false python-versions = ">=3.7" files = [ - {file = "moto-4.2.10-py2.py3-none-any.whl", hash = "sha256:5cf0736d1f43cb887498d00b00ae522774bfddb7db1f4994fedea65b290b9f0e"}, - {file = "moto-4.2.10.tar.gz", hash = "sha256:92595fe287474a31ac3ef847941ebb097e8ffb0c3d6c106e47cf573db06933b2"}, + {file = "moto-4.2.11-py2.py3-none-any.whl", hash = "sha256:58c12ab9ee69b6a5d1cddf83611ba4071508f07894317c57844b3ae6dc5bcd38"}, + {file = "moto-4.2.11.tar.gz", hash = "sha256:2da62d52eaa765dfe2762c920f0a88a58f3a09e04581c91db967d92faec848f1"}, ] [package.dependencies] @@ -3575,4 +3575,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8f7e7225b564a8b0f7b574824436deee8425120b198b5fb1250d3704f928e549" +content-hash = "45100df802a5e67a218626f648dc31c6b446d66386bc6fe28391fdee3504fddb" diff --git a/pyproject.toml b/pyproject.toml index de95a6b951..c04a486412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ pre-commit = "3.5.0" fastavro = "1.9.0" coverage = { version = "^7.3.2", extras = ["toml"] } requests-mock = "1.11.0" -moto = "^4.2.10" +moto = "^4.2.11" typing-extensions = "4.8.0" pytest-mock = "3.12.0" cython = "3.0.6"