Skip to content

Commit bbb2192

Browse files
committed
release/2024-11-25 Revert dependabot aws-lambda-powertools upgrade
1 parent 7cc31c7 commit bbb2192

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 2024-11-25
44
- [PI-643] Add status to Device Reference Data
5-
- Dependabot: slack-github-action, aws-lambda-powertools, pydantic
5+
- Dependabot: slack-github-action, pydantic
66

77
## 2024-11-22
88
- [PI-528] Collapse versioning to v1

changelog/2024-11-25.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- [PI-643] Add status to Device Reference Data
2-
- Dependabot: slack-github-action, aws-lambda-powertools, pydantic
2+
- Dependabot: slack-github-action, pydantic

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.19"
2121
nhs-context-logging = "^0.6.8"
2222
requests = "^2.31.0"
23-
aws-lambda-powertools = "^3.3.0"
23+
aws-lambda-powertools = "^2.26.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 = "^3.3.0" }
41+
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^2.26.0" }
4242
parse = "^1.19.1"
4343
pytest-mock = "^3.12.0"
4444
datamodel-code-generator = "^0.26.0"

0 commit comments

Comments
 (0)