Skip to content
Closed
Show file tree
Hide file tree
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lambda-tests = [
"pytest==9.1.1",
"pytest-cov==7.1.0",
"moto[all]==5.2.2",
"boto3==1.43.55",
"boto3==1.43.56",
# Runtime libs provided by Klayers in production. Installing them here lets
# tests import handlers the same way the Lambda runtime does.
"PyJWT==2.13.0",
Expand All @@ -45,5 +45,5 @@ lambda-tests = [
# No moto here: these tests point boto3 at the local MiniStack endpoint.
smoke-tests = [
"pytest==9.1.1",
"boto3==1.43.55",
"boto3==1.43.56",
]
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading