build(deps-dev): bump moto from 4.1.2 to 4.1.3 (#2014)

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-03-02 09:23:48 +01:00
committed by GitHub
parent c68b08d9af
commit fdbb9195d5
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1264,14 +1264,14 @@ test = ["pytest", "pytest-cov"]
[[package]] [[package]]
name = "moto" name = "moto"
version = "4.1.2" version = "4.1.3"
description = "" description = ""
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "moto-4.1.2-py2.py3-none-any.whl", hash = "sha256:1b361ece638c74a657325378a259276f368aafce2f8be84f8143e69fa93ce8ec"}, {file = "moto-4.1.3-py2.py3-none-any.whl", hash = "sha256:dcd1d06662982cf3c94f36d6348251ccdcf62a1c5de5650425cb4e6f260ae7a0"},
{file = "moto-4.1.2.tar.gz", hash = "sha256:63431733d2a02c7bd652ad71ec1da442a0e0d580cbac5eeb50d440a2ce066eac"}, {file = "moto-4.1.3.tar.gz", hash = "sha256:c8200ccaa9440c2e9daa0bd5e0bd768a719db5a2c82ea8d782f0e3fa09a3c5e2"},
] ]
[package.dependencies] [package.dependencies]
@@ -2611,4 +2611,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "0539d785f3c144d34266eb61f22c3d82ce33218a025959558e1946153fc94e6b" content-hash = "56f87af08df28c4582781a4b9cef93aedf7a8672df7b7a737f5cca137f06ef2b"

View File

@@ -56,7 +56,7 @@ coverage = "7.1.0"
docker = "6.0.0" docker = "6.0.0"
flake8 = "6.0.0" flake8 = "6.0.0"
freezegun = "1.2.1" freezegun = "1.2.1"
moto = "4.1.2" moto = "4.1.3"
openapi-spec-validator = "0.5.5" openapi-spec-validator = "0.5.5"
pylint = "2.16.2" pylint = "2.16.2"
pytest = "7.2.1" pytest = "7.2.1"