Merge pull request #1965 from GSA/dependabot/pip/moto-5.1.12

Bump moto from 5.1.11 to 5.1.12
This commit is contained in:
ccostino
2025-09-10 13:25:15 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2714,14 +2714,14 @@ files = [
[[package]]
name = "moto"
version = "5.1.11"
version = "5.1.12"
description = "A library that allows you to easily mock out tests based on AWS infrastructure"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "moto-5.1.11-py3-none-any.whl", hash = "sha256:d09429ed5f67f8568637700cd525997d6abe7f91439a6f900b4f98a9fe4ecac9"},
{file = "moto-5.1.11.tar.gz", hash = "sha256:1330b6d9b91088e971469dfb67f297595541914b364e0b49047bb82622975ec7"},
{file = "moto-5.1.12-py3-none-any.whl", hash = "sha256:c9f1119ab57819ce4b88f793f51c6ca0361b6932a90c59865fd71022acfc5582"},
{file = "moto-5.1.12.tar.gz", hash = "sha256:6eca3a020cb89c188b763610c27c969c32b832205712d3bdcb1a6031a4005187"},
]
[package.dependencies]
@@ -5668,4 +5668,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "2a1f323c9e8a7ce520a57570a833bedf9468f6f8ec78c850d1a815d38a810701"
content-hash = "b5ec104b58c3956a404f45fa8a6218f01b1068eedfb89542d24148247a8562e7"

View File

@@ -96,7 +96,7 @@ freezegun = "^1.5.5"
honcho = "*"
isort = "^6.0.1"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.1.11"
moto = "==5.1.12"
pip-audit = "*"
pre-commit = "^4.3.0"
pytest = "^8.4.2"