Skip to content

Commit bd5ef1a

Browse files
authored
Merge pull request #593 from NHSDigital/release/2025-07-18
Release/2025 07 18
2 parents 9a1192f + 7e92005 commit bd5ef1a

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

.github/workflows/_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/_deploy_backups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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 }}"
@@ -87,7 +87,7 @@ jobs:
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: |

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.04.24
1+
2025.07.18

changelog/2025-07-18.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Dependabot: slackapi
2+
- Dependabot: datamodel-code-generator
3+
- Dependabot: action-download-artifact

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "connecting-party-manager"
3-
version = "2025.04.24"
3+
version = "2025.07.18"
44
description = "Repository for the Connecting Party Manager API and related services"
55
authors = ["NHS England"]
66
license = "LICENSE.md"
@@ -40,7 +40,7 @@ hypothesis = "^6.87.3"
4040
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^2.26.0" }
4141
parse = "^1.19.1"
4242
pytest-mock = "^3.12.0"
43-
datamodel-code-generator = "^0.30.0"
43+
datamodel-code-generator = "^0.31.2"
4444
pyyaml = "^6.0.1"
4545
proxygen-cli = "^2.1.14"
4646
moto = "^5.0.1"

0 commit comments

Comments
 (0)