diff --git a/poetry.lock b/poetry.lock index 24d700aef..8df3b1ba9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2698,19 +2698,19 @@ files = [ [[package]] name = "moto" -version = "5.1.0" +version = "5.1.4" 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.0-py3-none-any.whl", hash = "sha256:4fada00cedfba661aa58fe0b33b3ba9a0ef96d0e9937c9bed5163053898b4a27"}, - {file = "moto-5.1.0.tar.gz", hash = "sha256:879274a9d2213ca49706e3c8ea380d90953ec1ec642976f6315255394d36edc0"}, + {file = "moto-5.1.4-py3-none-any.whl", hash = "sha256:9a19d7a64c3f03824389cfbd478b64c82bd4d8da21b242a34259360d66cd108b"}, + {file = "moto-5.1.4.tar.gz", hash = "sha256:b339c3514f2986ebefa465671b688bdbf51796705702214b1bad46490b68507a"}, ] [package.dependencies] boto3 = ">=1.9.201" -botocore = ">=1.14.0,<1.35.45 || >1.35.45,<1.35.46 || >1.35.46" +botocore = ">=1.20.88,<1.35.45 || >1.35.45,<1.35.46 || >1.35.46" cryptography = ">=35.0.0" Jinja2 = ">=2.10.1" python-dateutil = ">=2.1,<3.0.0" @@ -5555,4 +5555,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "b1994101fec1702bb83e44d5e96542bddc6b0cc4c7cf5c840c323c38a3133e42" +content-hash = "519ad9a97450406f67bd063ce8664fc1a1c22262bfc6bd39eef3aae0f829d270" diff --git a/pyproject.toml b/pyproject.toml index 36f7799dd..882aa3227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ freezegun = "^1.5.1" honcho = "*" isort = "^5.13.2" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.0" +moto = "==5.1.4" pip-audit = "*" pre-commit = "^4.2.0" pytest = "^8.3.2"