chore(deps-dev): bump moto from 5.0.14 to 5.0.15 (#5158)

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-09-24 09:04:52 -04:00
committed by GitHub
parent 25327d618d
commit b26dc899be
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -2580,13 +2580,13 @@ test = ["pytest", "pytest-cov"]
[[package]]
name = "moto"
version = "5.0.14"
version = "5.0.15"
description = ""
optional = false
python-versions = ">=3.8"
files = [
{file = "moto-5.0.14-py2.py3-none-any.whl", hash = "sha256:c738ffe85d3844ef37b865951736c4faf2e0f3e4f05db87bdad97a6c01b88174"},
{file = "moto-5.0.14.tar.gz", hash = "sha256:0f849243269fd03372426c302b18cb605302da32620d7f0266be6a40735b2acd"},
{file = "moto-5.0.15-py2.py3-none-any.whl", hash = "sha256:fa1e92ffb55dbfb9fa92a2115a88c32481b75aa3fbd24075d1f29af2f9becffa"},
{file = "moto-5.0.15.tar.gz", hash = "sha256:57aa8c2af417cc64a0ddfe63e5bcd1ada90f5079b73cdd1f74c4e9fb30a1a7e6"},
]
[package.dependencies]
@@ -5005,4 +5005,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "ac1a240b0d31ceebc47dfc75eb261b48d3ccb7ff30a8cc669babe89356a54a58"
content-hash = "0aba874abb9ea2893239696a1ee71da656d4a7baaa199d4f72d7291a6a116265"
+1 -1
View File
@@ -80,7 +80,7 @@ docker = "7.1.0"
flake8 = "7.1.1"
freezegun = "1.5.1"
mock = "5.1.0"
moto = {extras = ["all"], version = "5.0.14"}
moto = {extras = ["all"], version = "5.0.15"}
openapi-schema-validator = "0.6.2"
openapi-spec-validator = "0.7.1"
pylint = "3.3.0"