Merge pull request #1026 from GSA/dependabot/pip/moto-5.0.8

Bump moto from 5.0.7 to 5.0.8
This commit is contained in:
Carlo Costino
2024-05-28 14:13:03 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2389,13 +2389,13 @@ files = [
[[package]]
name = "moto"
version = "5.0.7"
version = "5.0.8"
description = ""
optional = false
python-versions = ">=3.8"
files = [
{file = "moto-5.0.7-py2.py3-none-any.whl", hash = "sha256:c0214c1361fb1dc85f587d9ce17cd988c6f69ff0ed54d43789654022e0e744f2"},
{file = "moto-5.0.7.tar.gz", hash = "sha256:f2cde691dc4bc675e318a65f018902ac7f89d61bf2646052f7df215d212f069e"},
{file = "moto-5.0.8-py2.py3-none-any.whl", hash = "sha256:7d1035e366434bfa9fcc0621f07d5aa724b6846408071d540137a0554c46f214"},
{file = "moto-5.0.8.tar.gz", hash = "sha256:517fb808dc718bcbdda54c6ffeaca0adc34cf6e10821bfb01216ce420a31765c"},
]
[package.dependencies]
@@ -4755,4 +4755,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "30c5253e2263d2f0789d9452417b7ff27e162d3ca628a3e30e3be2a5189ae2f6"
content-hash = "f4158e6cdf133c0ccc91f4cff03aa5464aeda9465db40cc8f74ab64a5c87a1c7"

View File

@@ -92,7 +92,7 @@ freezegun = "^1.5.1"
honcho = "*"
isort = "^5.13.2"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.0.7"
moto = "==5.0.8"
pip-audit = "*"
pre-commit = "^3.7.1"
pytest = "^8.2.1"