Bump moto from 4.2.10 to 4.2.11

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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-04 21:54:20 +00:00
committed by GitHub
parent ecbaec8f86
commit 02480d3a17
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2298,13 +2298,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]
@@ -4697,4 +4697,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "2a2d611c6fe2471a976dcd14d726dd523d06a5d521ed433ffc63544bb7b6a0d0"
content-hash = "ca550cc96aa27ec67a307b945f4f7c98811a7e625e28cb9e02b6a4108799b0d7"

View File

@@ -62,7 +62,7 @@ freezegun = "^1.2.2"
honcho = "*"
isort = "^5.12.0"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==4.2.10"
moto = "==4.2.11"
pip-audit = "*"
pre-commit = "^3.5.0"
pytest = "^7.4.3"