Bump moto from 4.2.12 to 4.2.13

Bumps [moto](https://github.com/getmoto/moto) from 4.2.12 to 4.2.13.
- [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.12...4.2.13)

---
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]
2024-01-09 14:37:12 +00:00
committed by GitHub
parent b13f613cd1
commit 8acd96e828
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.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]
@@ -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 = "3eae5562d8bbf55c63233022553f160719858173a1d7191ed98d264e3ce40fbc"
content-hash = "a70284fcacadde70db3cf216efc388de74fb67c1f00085abcaee37b52ff6eedd"

View File

@@ -63,7 +63,7 @@ freezegun = "^1.4.0"
honcho = "*"
isort = "^5.13.2"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==4.2.12"
moto = "==4.2.13"
pip-audit = "*"
pre-commit = "^3.6.0"
pytest = "^7.4.4"