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/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "tag=${TAG}" >> $GITHUB_ENV

- name: Create tag named from 'env.tag'
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
github.rest.git.createRef({
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2025-12-18
- Dependabot - Pydantic
- Dependabot - Datamodel code generator update
- Dependabot - Pytest-cov update
- Dependabot - github-script update

## 2025-12-17
- [PI-889] redocly hotfix
- [PI-889] Pytest update
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025.12.17
2025.12.18
4 changes: 4 additions & 0 deletions changelog/2025-12-18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Dependabot - Pydantic
- Dependabot - Datamodel code generator update
- Dependabot - Pytest-cov update
- Dependabot - github-script update
8 changes: 4 additions & 4 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.12.17"
version = "2025.12.18"
description = "Repository for the Connecting Party Manager API and related services"
authors = ["NHS England"]
license = "LICENSE.md"
Expand All @@ -15,7 +15,7 @@ packages = [

[tool.poetry.dependencies]
python = "3.12.3"
pydantic = "1.10.22"
pydantic = "1.10.25"
nhs-context-logging = "^0.6.8"
requests = "^2.31.0"
aws-lambda-powertools = "^2.26.0"
Expand All @@ -33,14 +33,14 @@ black = "^25.1.0"
flake8 = "^7.0.0"
behave = "^1.2.6"
pytest = "^8.4.2"
pytest-cov = "^6.0.0"
pytest-cov = "^7.0.0"
pytest-custom-exit-code = "^0.3.0"
sh = "^2.0.6"
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.43.1"
datamodel-code-generator = "^0.44.0"
pyyaml = "^6.0.1"
proxygen-cli = "^2.1.14"
moto = "^5.0.1"
Expand Down