Skip to content

Commit

Permalink
poetry: update aws-lambda-powertools requirement from ^2.26.0 to ^3.2.0
Browse files Browse the repository at this point in the history
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.2.0)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent ae2bad2 commit 4a556f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python = "3.12.3"
pydantic = "1.10.18"
nhs-context-logging = "^0.6.8"
requests = "^2.31.0"
aws-lambda-powertools = "^2.26.0"
aws-lambda-powertools = "^3.2.0"
email-validator = "^2.1.0.post1"
smart-open = "^7.0.1"
urllib3 = "<3"
Expand All @@ -38,7 +38,7 @@ pytest = "^8.2.0"
pytest-custom-exit-code = "^0.3.0"
sh = "^2.0.6"
hypothesis = "^6.87.3"
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^2.26.0" }
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^3.2.0" }
parse = "^1.19.1"
pytest-mock = "^3.12.0"
datamodel-code-generator = "^0.26.0"
Expand Down

0 comments on commit 4a556f6

Please sign in to comment.