File tree Expand file tree Collapse file tree 7 files changed +15
-7
lines changed
Expand file tree Collapse file tree 7 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205205 uses : ./.github/actions/catch-failed-step
206206 - name : Send job result to slack
207207 id : slack
208- uses : slackapi/slack-github-action@v2.0.0
208+ uses : slackapi/slack-github-action@v2.1.1
209209 with :
210210 webhook-type : webhook-trigger
211211 payload : |
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 uses : ./.github/actions/catch-failed-step
144144 - name : Send job result to slack
145145 id : slack
146- uses : slackapi/slack-github-action@v2.0.0
146+ uses : slackapi/slack-github-action@v2.1.1
147147 with :
148148 webhook-type : webhook-trigger
149149 payload : |
Original file line number Diff line number Diff line change 5555 with :
5656 ref : main
5757 - name : Download artifact
58- uses : dawidd6/action-download-artifact@v9
58+ uses : dawidd6/action-download-artifact@v11
5959 with :
6060 name : " ${{ needs.create-coverage-name.outputs.coverage-name }}-coverage"
6161 branch : " ${{ needs.make-tag.outputs.tag }}"
8787 uses : ./.github/actions/catch-failed-step
8888 - name : Send merge result to slack
8989 id : slack
90- uses : slackapi/slack-github-action@v2.0.0
90+ uses : slackapi/slack-github-action@v2.1.1
9191 with :
9292 webhook-type : webhook-trigger
9393 payload : |
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2025-07-18
4+ - Dependabot: slackapi
5+ - Dependabot: datamodel-code-generator
6+ - Dependabot: action-download-artifact
7+
38## 2025-04-24
49- [ PI-880] Allow dependabot PRs to pass branch name check
510- Dependabot: Update datamodel-code-generator
Original file line number Diff line number Diff line change 1- 2025.04.24
1+ 2025.07.18
Original file line number Diff line number Diff line change 1+ - Dependabot: slackapi
2+ - Dependabot: datamodel-code-generator
3+ - Dependabot: action-download-artifact
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " connecting-party-manager"
3- version = " 2025.04.24 "
3+ version = " 2025.07.18 "
44description = " Repository for the Connecting Party Manager API and related services"
55authors = [" NHS England" ]
66license = " LICENSE.md"
@@ -40,7 +40,7 @@ hypothesis = "^6.87.3"
4040aws-lambda-powertools = { extras = [" aws-sdk" ], version = " ^2.26.0" }
4141parse = " ^1.19.1"
4242pytest-mock = " ^3.12.0"
43- datamodel-code-generator = " ^0.30.0 "
43+ datamodel-code-generator = " ^0.31.2 "
4444pyyaml = " ^6.0.1"
4545proxygen-cli = " ^2.1.14"
4646moto = " ^5.0.1"
You can’t perform that action at this time.
0 commit comments