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
18 changes: 9 additions & 9 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.2 \
--hash=sha256:796e859cfb5e93c55276ce746f8020f691eda6b68a0ec4ce4f6fd07a1cca6859 \
--hash=sha256:be951cc22769fbcda73fac523b031ee38db45c3ae2b0d828c76b8f6e8e683073
boto3==1.43.31 \
--hash=sha256:69c5521ad864f33d4d53b0e18a3927697f4558210693b1cb4dd97da959d1f7b9 \
--hash=sha256:8165b79c02955affbe4b4e9aa7c560684d0d4d86b4b9de66a37b45eb79fc4b69
# via aws-encryption-sdk
botocore==1.43.24 \
--hash=sha256:0c02f2b40e99419d496ece0ea2dcdedb5c45998c16fd1674276c7dbb30767a16 \
--hash=sha256:42903b4bfafd8f15a735ed940473f28e4ba21b2ea67a9b9aaa11dfa7fcb19fd5
botocore==1.43.31 \
--hash=sha256:4c51c63f39515fc1a2b8e3e2c29e452009c988ba55ad489251658fdd3aedad6e \
--hash=sha256:c249625faaa353c5b4004043706a394a4f3bcd3643e242f6b01fff6dc70e988b
# via
# aws-xray-sdk
# boto3
Expand Down Expand Up @@ -195,9 +195,9 @@ python-dotenv==1.2.2 \
--hash=sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a \
--hash=sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3
# via pydantic-settings
s3transfer==0.17.1 \
--hash=sha256:042dd5e3b1b512355e35a23f0223e426b7042e80b97830ea2680ddce327fc45e \
--hash=sha256:5b9827d1044159bbb01b86ef8902760ea39281927f5de31de75e1d657177bf4c
s3transfer==0.19.0 \
--hash=sha256:777cc2415536f1debadb5c2ef7779275d0fc0fe0e042411cdd6caebeb2685262 \
--hash=sha256:ce436931687addc4c1712d52d40b32f53e88315723f107ffa20ba82b05a0f685
# via boto3
six==1.17.0 \
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
Expand Down
8 changes: 4 additions & 4 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.2",
"boto3==1.43.31",
]

# CDK infrastructure — used by `app.py`, `infrastructure/`, and the CDK stack
Expand Down Expand Up @@ -72,16 +72,16 @@ lint = [
"bandit==1.9.4",
"pip-audit==2.10.1",
"pre-commit==4.6.0",
"boto3-stubs==1.43.5",
"boto3-stubs==1.43.31",
"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.40",
"zensical==0.0.45",
"mkdocstrings==1.0.4",
"mkdocstrings-python==2.0.3",
"mkdocstrings-python==2.0.4",
]

# =============================================================================
Expand Down
68 changes: 34 additions & 34 deletions uv.lock

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

Loading