diff --git a/.github/workflows/_deploy.yml b/.github/workflows/_deploy.yml index 579513d97..ba4d43045 100644 --- a/.github/workflows/_deploy.yml +++ b/.github/workflows/_deploy.yml @@ -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: | diff --git a/.github/workflows/_deploy_backups.yml b/.github/workflows/_deploy_backups.yml index 4da0b3efe..44f8258ef 100644 --- a/.github/workflows/_deploy_backups.yml +++ b/.github/workflows/_deploy_backups.yml @@ -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: | diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 32694ad29..f1f9761d1 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -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 }}" @@ -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: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 124a7ba2c..df52bcb75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 5598cc120..054959e9f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2025.04.24 +2025.07.18 diff --git a/changelog/2025-07-18.md b/changelog/2025-07-18.md new file mode 100644 index 000000000..a501038c0 --- /dev/null +++ b/changelog/2025-07-18.md @@ -0,0 +1,3 @@ +- Dependabot: slackapi +- Dependabot: datamodel-code-generator +- Dependabot: action-download-artifact diff --git a/pyproject.toml b/pyproject.toml index 458ea0932..9f9dca2e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"