build(deps-dev): bump moto from 4.2.12 to 4.2.13 (#3244)

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]
2024-01-09 09:01:42 +01:00
committed by GitHub
parent 98adc1872d
commit 4c666fa1fe
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.12"
version = "4.2.13"
description = ""
optional = false
python-versions = ">=3.7"
files = [
{file = "moto-4.2.12-py2.py3-none-any.whl", hash = "sha256:bdcad46e066a55b7d308a786e5dca863b3cba04c6239c6974135a48d1198b3ab"},
{file = "moto-4.2.12.tar.gz", hash = "sha256:7c4d37f47becb4a0526b64df54484e988c10fde26861fc3b5c065bc78800cb59"},
{file = "moto-4.2.13-py2.py3-none-any.whl", hash = "sha256:93e0fd13b624bd79115494f833308c3641b2be0fc9f4f18aa9264aa01f6168e0"},
{file = "moto-4.2.13.tar.gz", hash = "sha256:01aef6a489a725c8d725bd3dc6f70ff1bedaee3e2641752e4b471ff0ede4b4d7"},
]
[package.dependencies]
@@ -3296,4 +3296,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "621fca1ef771f0785049b74b4bd1132371b8fa3f1a4da7a81b7eb2f1256b61ff"
content-hash = "963c6f334da7952da801549b96d16a350793a1e285450ca4bbabee9abe4fe527"

View File

@@ -63,7 +63,7 @@ docker = "7.0.0"
flake8 = "6.1.0"
freezegun = "1.4.0"
mock = "5.1.0"
moto = {extras = ["all"], version = "4.2.12"}
moto = {extras = ["all"], version = "4.2.13"}
openapi-spec-validator = "0.7.1"
openapi-schema-validator = "0.6.2"
pylint = "3.0.3"