Skip to content
Merged
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
12 changes: 6 additions & 6 deletions lambda/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ aws-xray-sdk==2.15.0 \
--hash=sha256:422d62ad7d52e373eebb90b642eb1bb24657afe03b22a8df4a8b2e5108e278a3 \
--hash=sha256:794381b96e835314345068ae1dd3b9120bd8b4e21295066c37e8814dbb341365
# via aws-lambda-powertools
boto3==1.43.31 \
--hash=sha256:69c5521ad864f33d4d53b0e18a3927697f4558210693b1cb4dd97da959d1f7b9 \
--hash=sha256:8165b79c02955affbe4b4e9aa7c560684d0d4d86b4b9de66a37b45eb79fc4b69
boto3==1.43.40 \
--hash=sha256:5fa80de4b4b7bab383dd8c563e235d51fcc7df4502662af56f0a2472c3c15651 \
--hash=sha256:a7108b9ce25b8f92d1ce96b9e35090794d5c58b219ff2f6a7a65c8986a4ed6f4
# via aws-encryption-sdk
botocore==1.43.31 \
--hash=sha256:4c51c63f39515fc1a2b8e3e2c29e452009c988ba55ad489251658fdd3aedad6e \
--hash=sha256:c249625faaa353c5b4004043706a394a4f3bcd3643e242f6b01fff6dc70e988b
botocore==1.43.40 \
--hash=sha256:0bc9d352267c9e48415c5d7bb61ff05c3f193eac2fc7e69cfd229a05fbab67d6 \
--hash=sha256:2085a4314cfd2c8bc1d08ab8039f76c92e99278db0d2a0e2437010526d5d5d70
# via
# aws-xray-sdk
# boto3
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Issues = "https://github.com/timpugh/lambda-powertools-reference/issues"
lambda = [
"aws-lambda-powertools[all]==3.29.0",
"aws-xray-sdk==2.15.0",
"boto3==1.43.31",
"boto3==1.43.40",
]

# CDK infrastructure — used by `app.py`, `infrastructure/`, and the CDK stack
Expand Down Expand Up @@ -67,21 +67,21 @@ lint = [
"radon==6.0.1",
"xenon==0.9.3",
"mypy==2.1.0",
"ruff==0.15.17",
"ruff==0.15.20",
"pylint==4.0.6",
"bandit==1.9.4",
"pip-audit==2.10.1",
"pre-commit==4.6.0",
"boto3-stubs==1.43.31",
"boto3-stubs==1.43.39",
"pydantic==2.13.4",
]

# Documentation build — used only by `make docs`. The Zensical static site
# generator is pre-1.0, so versions are pinned exactly.
docs = [
"zensical==0.0.45",
"zensical==0.0.46",
"mkdocstrings==1.0.4",
"mkdocstrings-python==2.0.4",
"mkdocstrings-python==2.0.5",
]

# =============================================================================
Expand Down
Loading
Loading