Skip to content

Commit 0c9eaec

Browse files
poetry: update aws-lambda-powertools requirement from ^2.26.0 to ^3.16.0
Updates the requirements on [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) to permit the latest version. - [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-python@v2.26.0...v3.16.0) --- updated-dependencies: - dependency-name: aws-lambda-powertools dependency-version: 3.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd5ef1a commit 0c9eaec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python = "3.12.3"
1818
pydantic = "1.10.21"
1919
nhs-context-logging = "^0.6.8"
2020
requests = "^2.31.0"
21-
aws-lambda-powertools = "^2.26.0"
21+
aws-lambda-powertools = "^3.17.0"
2222
email-validator = "^2.1.0.post1"
2323
smart-open = "^7.0.1"
2424
urllib3 = "<3"
@@ -37,7 +37,7 @@ pytest-cov = "^6.0.0"
3737
pytest-custom-exit-code = "^0.3.0"
3838
sh = "^2.0.6"
3939
hypothesis = "^6.87.3"
40-
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^2.26.0" }
40+
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^3.17.0" }
4141
parse = "^1.19.1"
4242
pytest-mock = "^3.12.0"
4343
datamodel-code-generator = "^0.31.2"

0 commit comments

Comments
 (0)