Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions terraform/lambdas/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Test deps for the scheduled cleanup Lambdas (terraform/lambdas/*/index.py).
# Run from the repo root:
# uv run --with-requirements terraform/lambdas/tests/requirements.txt pytest terraform/lambdas/tests
boto3>=1.43.25
boto3>=1.43.29
# cloudformation extra + openapi-spec-validator so moto's CFN model (which
# transitively imports the apigateway model) actually works -- the EKS stack
# tests exercise describe/create/delete stack. Upper-pinned to guard against a
# moto 6 behavior change to tag/launch_time/CFN semantics.
moto[cloudformation]>=5.2.2,<6
openapi-spec-validator>=0.9.0
freezegun>=1.5.5
pytest>=9.0.3
pytest>=9.1.0