Merge pull request #713 from GSA/dependabot/pip/moto-4.2.13

Bump moto from 4.2.12 to 4.2.13
This commit is contained in:
Carlo Costino
2024-01-09 09:49:28 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2298,13 +2298,13 @@ files = [
[[package]] [[package]]
name = "moto" name = "moto"
version = "4.2.12" version = "4.2.13"
description = "" description = ""
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "moto-4.2.12-py2.py3-none-any.whl", hash = "sha256:bdcad46e066a55b7d308a786e5dca863b3cba04c6239c6974135a48d1198b3ab"}, {file = "moto-4.2.13-py2.py3-none-any.whl", hash = "sha256:93e0fd13b624bd79115494f833308c3641b2be0fc9f4f18aa9264aa01f6168e0"},
{file = "moto-4.2.12.tar.gz", hash = "sha256:7c4d37f47becb4a0526b64df54484e988c10fde26861fc3b5c065bc78800cb59"}, {file = "moto-4.2.13.tar.gz", hash = "sha256:01aef6a489a725c8d725bd3dc6f70ff1bedaee3e2641752e4b471ff0ede4b4d7"},
] ]
[package.dependencies] [package.dependencies]
@@ -4697,4 +4697,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 = "3eae5562d8bbf55c63233022553f160719858173a1d7191ed98d264e3ce40fbc" content-hash = "a70284fcacadde70db3cf216efc388de74fb67c1f00085abcaee37b52ff6eedd"

View File

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