diff --git a/lambda/requirements.txt b/lambda/requirements.txt index 31c7850..88d86fd 100644 --- a/lambda/requirements.txt +++ b/lambda/requirements.txt @@ -10,20 +10,20 @@ aws-encryption-sdk==4.0.6 \ --hash=sha256:35f62f775a8d4a6cb677a4a8927bb19acb3da35308405213f668396ee6298ad4 \ --hash=sha256:ec03bfa2df64ef21417bd6ff749bb63e84149586a4f7fbe528ec6b443326ea9e # via aws-lambda-powertools -aws-lambda-powertools==3.31.0 \ - --hash=sha256:65f81f1c81e536fb04c20885b7bcd468d5cd232b813c11b6a1634b7d03bd3c8c \ - --hash=sha256:fb6e7753ba1657490c8ed43bac9f44bef4c08bdcde2ddf9af2b35d31b061c5f6 +aws-lambda-powertools==3.31.1 \ + --hash=sha256:b46e575c7e290c55fe81ae4a38d8b5c91238242a4644438f8b858ce535a4125c \ + --hash=sha256:cd03f824bc11b59df727744fa9a419a01772d85fd0b15a67eee07f5472b37c77 aws-xray-sdk==2.15.0 \ --hash=sha256:422d62ad7d52e373eebb90b642eb1bb24657afe03b22a8df4a8b2e5108e278a3 \ --hash=sha256:794381b96e835314345068ae1dd3b9120bd8b4e21295066c37e8814dbb341365 # via aws-lambda-powertools -boto3==1.43.41 \ - --hash=sha256:0f56811f13677bfb4542daa0cce8532c95d9afd27b4ba7b681af36a0568624ad \ - --hash=sha256:f48f862d2720ea9203ed2d842d436b8eb2d459ea31654a7ad7c0756fdf36c6b2 +boto3==1.43.46 \ + --hash=sha256:66c0d943b049a46a492ec4ec2ebe73c930b1842c7137bee83aad6d93e95d4d96 \ + --hash=sha256:69453e2c1bcb9fd9806527ab99950cacfc2826cb0dce9a3a0414d19270c06c3c # via aws-encryption-sdk -botocore==1.43.41 \ - --hash=sha256:0cc6e79b30a2a98374f16a31cd9c7a9106a51b60650bd8c34cc8223f58ae6b8d \ - --hash=sha256:27627d79af0df7dcb7ecf78d8d3d1310da09a5e9460be30bf759f1c2ed095ee8 +botocore==1.43.46 \ + --hash=sha256:59f2e1ac3cdc66d191cae91c0804bc41847ce817dc8147cf43eaada8f76a5533 \ + --hash=sha256:cb673891e623ae6e6a1bf24d94ef169504f3eb02584adb5d5bee2f6aae819b60 # via # aws-xray-sdk # boto3 diff --git a/pyproject.toml b/pyproject.toml index 2934823..6d1122b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,9 @@ Issues = "https://github.com/timpugh/lambda-powertools-reference/issues" # Lambda runtime — ships in the deployment bundle AND is installed locally # for unit tests that import `lambda/app.py`. lambda = [ - "aws-lambda-powertools[all]==3.31.0", + "aws-lambda-powertools[all]==3.31.1", "aws-xray-sdk==2.15.0", - "boto3==1.43.41", + "boto3==1.43.46", ] # CDK infrastructure — used by `app.py`, `infrastructure/`, and the CDK stack @@ -75,15 +75,15 @@ lint = [ "bandit==1.9.4", "pip-audit==2.10.1", "pre-commit==4.6.0", - "boto3-stubs==1.43.41", + "boto3-stubs==1.43.46", "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.47", - "mkdocstrings==1.0.4", + "zensical==0.0.50", + "mkdocstrings==1.0.6", "mkdocstrings-python==2.0.5", ]