build(deps-dev): bump moto from 4.2.10 to 4.2.11 (#3108)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-05 09:34:13 +01:00
committed by GitHub
parent 25d419ac7f
commit 4f9c2aadc2
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1607,13 +1607,13 @@ test = ["pytest", "pytest-cov"]
[[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]
@@ -3312,4 +3312,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "8325d0e5144aee73f08a66e35905f3b159e2f381a03b6c026e7dcf2bbd6f50b5"
content-hash = "a3512d2a72360b00820b7acb3ce56faf26a9d241141c8e0326644652ca307cc3"

View File

@@ -63,7 +63,7 @@ docker = "6.1.3"
flake8 = "6.1.0"
freezegun = "1.2.2"
mock = "5.1.0"
moto = {extras = ["all"], version = "4.2.10"}
moto = {extras = ["all"], version = "4.2.11"}
openapi-spec-validator = "0.7.1"
pylint = "3.0.2"
pytest = "7.4.3"