Skip to content

Commit 9a1192f

Browse files
authored
Merge pull request #576 from NHSDigital/release/2025-04-24
Release/2025 04 24
2 parents dd328bf + 775d99e commit 9a1192f

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

.github/workflows/pull-requests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
run: |
6767
if [[ ${{ env.BRANCH_NAME }} == *"release/"* ]]; then
6868
echo "workspace=rel-$(echo ${{ env.BRANCH_NAME }} | sed 's/release\///')-${{ env.BRANCH_GITHUB_SHA_SHORT }}" >> $GITHUB_OUTPUT
69+
elif [[ ${{ env.BRANCH_NAME }} == *"dependabot/"* ]]; then
70+
echo "workspace=ci-$(echo ${{ env.BRANCH_NAME }} | sed -n 's|.*pip/||p' | awk -F- '{ for (i=1;i<=NF;i++) printf substr($i,1,1); print "" }')-${{ env.BRANCH_GITHUB_SHA_SHORT }}" >> $GITHUB_OUTPUT
6971
else
7072
echo "workspace=ci-$(echo ${{ env.BRANCH_NAME }} | sed -n 's/.*\/\([^-]*\)-\([^-]*\).*/\1-\2/p' | tr '[:upper:]' '[:lower:]')-${{ env.BRANCH_GITHUB_SHA_SHORT }}" >> $GITHUB_OUTPUT
7173
fi

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2025-04-24
4+
- [PI-880] Allow dependabot PRs to pass branch name check
5+
- Dependabot: Update datamodel-code-generator
6+
37
## 2025-04-23
48
- [PI-879] Update Billing alarm recipients
59
- [PI-880] Allow dependabot PRs to pass branch name check

VERSION

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

changelog/2025-04-24.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- [PI-880] Allow dependabot PRs to pass branch name check
2+
- Dependabot: Update datamodel-code-generator

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.23"
3+
version = "2025.04.24"
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.28.1"
43+
datamodel-code-generator = "^0.30.0"
4444
pyyaml = "^6.0.1"
4545
proxygen-cli = "^2.1.14"
4646
moto = "^5.0.1"

0 commit comments

Comments
 (0)