Skip to content

Commit 844680d

Browse files
authored
Merge pull request #627 from NHSDigital/release/2025-12-18
Release 2025-12-18
2 parents 05a223c + ee1215c commit 844680d

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "tag=${TAG}" >> $GITHUB_ENV
2525
2626
- name: Create tag named from 'env.tag'
27-
uses: actions/github-script@v7
27+
uses: actions/github-script@v8
2828
with:
2929
script: |
3030
github.rest.git.createRef({

CHANGELOG.md

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

3+
## 2025-12-18
4+
- Dependabot - Pydantic
5+
- Dependabot - Datamodel code generator update
6+
- Dependabot - Pytest-cov update
7+
- Dependabot - github-script update
8+
39
## 2025-12-17
410
- [PI-889] redocly hotfix
511
- [PI-889] Pytest update

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.12.17
1+
2025.12.18

changelog/2025-12-18.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Dependabot - Pydantic
2+
- Dependabot - Datamodel code generator update
3+
- Dependabot - Pytest-cov update
4+
- Dependabot - github-script update

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "connecting-party-manager"
3-
version = "2025.12.17"
3+
version = "2025.12.18"
44
description = "Repository for the Connecting Party Manager API and related services"
55
authors = ["NHS England"]
66
license = "LICENSE.md"
@@ -15,7 +15,7 @@ packages = [
1515

1616
[tool.poetry.dependencies]
1717
python = "3.12.3"
18-
pydantic = "1.10.22"
18+
pydantic = "1.10.25"
1919
nhs-context-logging = "^0.6.8"
2020
requests = "^2.31.0"
2121
aws-lambda-powertools = "^2.26.0"
@@ -33,14 +33,14 @@ black = "^25.1.0"
3333
flake8 = "^7.0.0"
3434
behave = "^1.2.6"
3535
pytest = "^8.4.2"
36-
pytest-cov = "^6.0.0"
36+
pytest-cov = "^7.0.0"
3737
pytest-custom-exit-code = "^0.3.0"
3838
sh = "^2.0.6"
3939
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.43.1"
43+
datamodel-code-generator = "^0.44.0"
4444
pyyaml = "^6.0.1"
4545
proxygen-cli = "^2.1.14"
4646
moto = "^5.0.1"

0 commit comments

Comments
 (0)