Skip to content

Commit 9bfb0b2

Browse files
poetry: update aws-lambda-powertools requirement from ^2.26.0 to ^3.3.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.3.0) --- updated-dependencies: - dependency-name: aws-lambda-powertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e947cde commit 9bfb0b2

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
@@ -20,7 +20,7 @@ python = "3.12.3"
2020
pydantic = "1.10.18"
2121
nhs-context-logging = "^0.6.8"
2222
requests = "^2.31.0"
23-
aws-lambda-powertools = "^2.26.0"
23+
aws-lambda-powertools = "^3.3.0"
2424
email-validator = "^2.1.0.post1"
2525
smart-open = "^7.0.1"
2626
urllib3 = "<3"
@@ -38,7 +38,7 @@ pytest = "^8.2.0"
3838
pytest-custom-exit-code = "^0.3.0"
3939
sh = "^2.0.6"
4040
hypothesis = "^6.87.3"
41-
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^2.26.0" }
41+
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^3.3.0" }
4242
parse = "^1.19.1"
4343
pytest-mock = "^3.12.0"
4444
datamodel-code-generator = "^0.26.0"

0 commit comments

Comments
 (0)