Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
uses: ./.github/actions/catch-failed-step
- name: Send job result to slack
id: slack
uses: slackapi/slack-github-action@v2.0.0
uses: slackapi/slack-github-action@v2.1.1
with:
webhook-type: webhook-trigger
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_deploy_backups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
uses: ./.github/actions/catch-failed-step
- name: Send job result to slack
id: slack
uses: slackapi/slack-github-action@v2.0.0
uses: slackapi/slack-github-action@v2.1.1
with:
webhook-type: webhook-trigger
payload: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
ref: main
- name: Download artifact
uses: dawidd6/action-download-artifact@v9
uses: dawidd6/action-download-artifact@v11
with:
name: "${{ needs.create-coverage-name.outputs.coverage-name }}-coverage"
branch: "${{ needs.make-tag.outputs.tag }}"
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: ./.github/actions/catch-failed-step
- name: Send merge result to slack
id: slack
uses: slackapi/slack-github-action@v2.0.0
uses: slackapi/slack-github-action@v2.1.1
with:
webhook-type: webhook-trigger
payload: |
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2025-07-18
- Dependabot: slackapi
- Dependabot: datamodel-code-generator
- Dependabot: action-download-artifact

## 2025-04-24
- [PI-880] Allow dependabot PRs to pass branch name check
- Dependabot: Update datamodel-code-generator
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025.04.24
2025.07.18
3 changes: 3 additions & 0 deletions changelog/2025-07-18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Dependabot: slackapi
- Dependabot: datamodel-code-generator
- Dependabot: action-download-artifact
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "connecting-party-manager"
version = "2025.04.24"
version = "2025.07.18"
description = "Repository for the Connecting Party Manager API and related services"
authors = ["NHS England"]
license = "LICENSE.md"
Expand Down Expand Up @@ -40,7 +40,7 @@ hypothesis = "^6.87.3"
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^2.26.0" }
parse = "^1.19.1"
pytest-mock = "^3.12.0"
datamodel-code-generator = "^0.30.0"
datamodel-code-generator = "^0.31.2"
pyyaml = "^6.0.1"
proxygen-cli = "^2.1.14"
moto = "^5.0.1"
Expand Down