Merge pull request #962 from GSA/dependabot/pip/moto-5.0.6

Bump moto from 5.0.5 to 5.0.6
This commit is contained in:
Carlo Costino
2024-05-07 09:53:16 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2381,13 +2381,13 @@ files = [
[[package]]
name = "moto"
version = "5.0.5"
version = "5.0.6"
description = ""
optional = false
python-versions = ">=3.8"
files = [
{file = "moto-5.0.5-py2.py3-none-any.whl", hash = "sha256:4ecdd4084491a2f25f7a7925416dcf07eee0031ce724957439a32ef764b22874"},
{file = "moto-5.0.5.tar.gz", hash = "sha256:2eaca2df7758f6868df420bf0725cd0b93d98709606f1fb8b2343b5bdc822d91"},
{file = "moto-5.0.6-py2.py3-none-any.whl", hash = "sha256:ca1e22831a741733b581ff2ef4d6ae2e1c6db1eab97af1b78b86ca2c6e88c609"},
{file = "moto-5.0.6.tar.gz", hash = "sha256:ad8b23f2b555ad694da8b2432a42b6d96beaaf67a4e7d932196a72193a2eee2c"},
]
[package.dependencies]
@@ -4798,4 +4798,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "7fc5c245fed278c8ee32c21513a3c80f5cef785b3708ec6d7f2182a2ed99b30c"
content-hash = "a5a93389b007f1729a19ef02acee2f4c172c9af0accd1ac403ee591dcfe959ac"

View File

@@ -64,7 +64,7 @@ freezegun = "^1.4.0"
honcho = "*"
isort = "^5.13.2"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.0.5"
moto = "==5.0.6"
pip-audit = "*"
pre-commit = "^3.6.0"
pytest = "^8.1.1"