Merge pull request #1812 from GSA/dependabot/pip/moto-5.1.8

Bump moto from 5.1.6 to 5.1.8
This commit is contained in:
Alex Janousek
2025-07-08 08:29:11 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2677,14 +2677,14 @@ files = [
[[package]]
name = "moto"
version = "5.1.6"
version = "5.1.8"
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.6-py3-none-any.whl", hash = "sha256:e4a3092bc8fe9139caa77cd34cdcbad804de4d9671e2270ea3b4d53f5c645047"},
{file = "moto-5.1.6.tar.gz", hash = "sha256:baf7afa9d4a92f07277b29cf466d0738f25db2ed2ee12afcb1dc3f2c540beebd"},
{file = "moto-5.1.8-py3-none-any.whl", hash = "sha256:12f3a15100da7de019c671a516dbba33b14072faba103f16ca79a39b8c803b7d"},
{file = "moto-5.1.8.tar.gz", hash = "sha256:5c2f63c051b7c13224cb1483917c85a796468d7e37dcd5d1a5b8de66729de3f4"},
]
[package.dependencies]
@@ -5511,4 +5511,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "7675598a63da6e41d0739d7f0c75fb01acb3d010e557ddec6dc3dcd3f1694e3c"
content-hash = "a1df2339590eac5c1239e4ad84a49705597232f8275b240d66793a5106a104ad"

View File

@@ -96,7 +96,7 @@ freezegun = "^1.5.2"
honcho = "*"
isort = "^6.0.1"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.1.6"
moto = "==5.1.8"
pip-audit = "*"
pre-commit = "^4.2.0"
pytest = "^8.4.0"