Skip to content

Commit

Permalink
release/2024-11-25 Revert dependabot aws-lambda-powertools upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
megan-bower4 committed Nov 25, 2024
1 parent 7cc31c7 commit bbb2192
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 2024-11-22
- [PI-528] Collapse versioning to v1
Expand Down
2 changes: 1 addition & 1 deletion changelog/2024-11-25.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- [PI-643] Add status to Device Reference Data
- Dependabot: slack-github-action, aws-lambda-powertools, pydantic
- Dependabot: slack-github-action, pydantic
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.19"
nhs-context-logging = "^0.6.8"
requests = "^2.31.0"
aws-lambda-powertools = "^3.3.0"
aws-lambda-powertools = "^2.26.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 = "^3.3.0" }
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^2.26.0" }
parse = "^1.19.1"
pytest-mock = "^3.12.0"
datamodel-code-generator = "^0.26.0"
Expand Down

0 comments on commit bbb2192

Please sign in to comment.