Merge pull request #604 from GSA/dependabot/pip/moto-4.2.9

Bump moto from 4.2.8 to 4.2.9
This commit is contained in:
Carlo Costino
2023-11-16 17:14:20 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

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

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.8"
moto = "==4.2.9"
pip-audit = "*"
pytest = "^7.4.3"
pytest-env = "^1.1.1"