mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
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:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -2677,14 +2677,14 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "moto"
|
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"
|
description = "A library that allows you to easily mock out tests based on AWS infrastructure"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.9"
|
python-versions = ">=3.9"
|
||||||
groups = ["dev"]
|
groups = ["dev"]
|
||||||
files = [
|
files = [
|
||||||
{file = "moto-5.1.6-py3-none-any.whl", hash = "sha256:e4a3092bc8fe9139caa77cd34cdcbad804de4d9671e2270ea3b4d53f5c645047"},
|
{file = "moto-5.1.8-py3-none-any.whl", hash = "sha256:12f3a15100da7de019c671a516dbba33b14072faba103f16ca79a39b8c803b7d"},
|
||||||
{file = "moto-5.1.6.tar.gz", hash = "sha256:baf7afa9d4a92f07277b29cf466d0738f25db2ed2ee12afcb1dc3f2c540beebd"},
|
{file = "moto-5.1.8.tar.gz", hash = "sha256:5c2f63c051b7c13224cb1483917c85a796468d7e37dcd5d1a5b8de66729de3f4"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -5511,4 +5511,4 @@ cffi = ["cffi (>=1.11)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.12.9"
|
python-versions = "^3.12.9"
|
||||||
content-hash = "7675598a63da6e41d0739d7f0c75fb01acb3d010e557ddec6dc3dcd3f1694e3c"
|
content-hash = "a1df2339590eac5c1239e4ad84a49705597232f8275b240d66793a5106a104ad"
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ freezegun = "^1.5.2"
|
|||||||
honcho = "*"
|
honcho = "*"
|
||||||
isort = "^6.0.1"
|
isort = "^6.0.1"
|
||||||
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
||||||
moto = "==5.1.6"
|
moto = "==5.1.8"
|
||||||
pip-audit = "*"
|
pip-audit = "*"
|
||||||
pre-commit = "^4.2.0"
|
pre-commit = "^4.2.0"
|
||||||
pytest = "^8.4.0"
|
pytest = "^8.4.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user