Skip to content

Commit 891918e

Browse files
committed
Update AWS powertools
1 parent 544544a commit 891918e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Dependabot - Datamodel code generator update
66
- Dependabot - Pytest-cov update
77
- Dependabot - github-script update
8+
- Dependabot - aws lambda powertools update
89

910
## 2025-12-17
1011
- [PI-889] redocly hotfix

changelog/2025-12-18.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- Dependabot - Datamodel code generator update
33
- Dependabot - Pytest-cov update
44
- Dependabot - github-script update
5+
- Dependabot - aws lambda powertools update

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.25"
1919
nhs-context-logging = "^0.6.8"
2020
requests = "^2.31.0"
21-
aws-lambda-powertools = "^2.26.0"
21+
aws-lambda-powertools = "^3.23.0"
2222
email-validator = "^2.1.0.post1"
2323
smart-open = "^7.0.1"
2424
urllib3 = "<3"
@@ -37,7 +37,7 @@ pytest-cov = "^7.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.23.0" }
4141
parse = "^1.19.1"
4242
pytest-mock = "^3.12.0"
4343
datamodel-code-generator = "^0.44.0"

0 commit comments

Comments
 (0)