Bump moto from 4.2.8 to 4.2.9

Bumps [moto](https://github.com/getmoto/moto) from 4.2.8 to 4.2.9.
- [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.8...4.2.9)

---
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-11-16 22:03:57 +00:00
committed by GitHub
parent ad3d1541b2
commit c09af992ee
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2285,13 +2285,13 @@ files = [
[[package]] [[package]]
name = "moto" name = "moto"
version = "4.2.8" version = "4.2.9"
description = "" description = ""
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "moto-4.2.8-py2.py3-none-any.whl", hash = "sha256:e78b49ae8acee06a865e4963174bdf974dd66398fb3bb831a7428498506c0c56"}, {file = "moto-4.2.9-py2.py3-none-any.whl", hash = "sha256:c85289d13d15d5274d0a643381af1f1b03d7ee88f0943c9d2d6c28e6177a298a"},
{file = "moto-4.2.8.tar.gz", hash = "sha256:9b5a363f36f8c3fb36388764e7b8c01c615da2f2cba7da3e681680de14bfc769"}, {file = "moto-4.2.9.tar.gz", hash = "sha256:24de81eeaa450a20b57c5cdf9a757ea5216bddc7db798e335d2de1f2376bf324"},
] ]
[package.dependencies] [package.dependencies]
@@ -4648,4 +4648,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<3.12" python-versions = ">=3.9,<3.12"
content-hash = "a230409c4951dacaf214fbedf813b1305ac66c42c04caa1394ca6f8fcabd2ddb" content-hash = "6e64fff082668e1cacf750c9bca1f61f08fe0a51414281fbe8baec12a38e11b7"

View File

@@ -62,7 +62,7 @@ freezegun = "^1.2.2"
honcho = "*" honcho = "*"
isort = "^5.12.0" isort = "^5.12.0"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==4.2.8" moto = "==4.2.9"
pip-audit = "*" pip-audit = "*"
pytest = "^7.4.3" pytest = "^7.4.3"
pytest-env = "^1.1.1" pytest-env = "^1.1.1"