Skip to content

Commit 776788e

Browse files
authored
Merge pull request #594 from NHSDigital/release/2025-07-18-a
Release/2025 07 18 a
2 parents bd5ef1a + 89e5904 commit 776788e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- Dependabot: datamodel-code-generator
66
- Dependabot: action-download-artifact
77

8+
## 2025-07-18-a
9+
- Dependabot: pydantic
10+
811
## 2025-04-24
912
- [PI-880] Allow dependabot PRs to pass branch name check
1013
- Dependabot: Update datamodel-code-generator

VERSION

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

changelog/2025-07-18-a.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Dependabot: pydantic

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.07.18"
3+
version = "2025.07.18.a"
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.21"
18+
pydantic = "1.10.22"
1919
nhs-context-logging = "^0.6.8"
2020
requests = "^2.31.0"
2121
aws-lambda-powertools = "^2.26.0"

0 commit comments

Comments
 (0)