Skip to content

Commit e7ba2eb

Browse files
poetry: update aws-lambda-powertools requirement from ^2.26.0 to ^3.9.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.9.0) --- updated-dependencies: - dependency-name: aws-lambda-powertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c48944f commit e7ba2eb

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.9.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.9.0" }
4141
parse = "^1.19.1"
4242
pytest-mock = "^3.12.0"
4343
datamodel-code-generator = "^0.28.1"

0 commit comments

Comments
 (0)