File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed
Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 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({
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 2025.12.17
1+ 2025.12.18
Original file line number Diff line number Diff line change 1+ - Dependabot - Pydantic
2+ - Dependabot - Datamodel code generator update
3+ - Dependabot - Pytest-cov update
4+ - Dependabot - github-script update
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " connecting-party-manager"
3- version = " 2025.12.17 "
3+ version = " 2025.12.18 "
44description = " Repository for the Connecting Party Manager API and related services"
55authors = [" NHS England" ]
66license = " LICENSE.md"
@@ -15,7 +15,7 @@ packages = [
1515
1616[tool .poetry .dependencies ]
1717python = " 3.12.3"
18- pydantic = " 1.10.22 "
18+ pydantic = " 1.10.25 "
1919nhs-context-logging = " ^0.6.8"
2020requests = " ^2.31.0"
2121aws-lambda-powertools = " ^2.26.0"
@@ -33,14 +33,14 @@ black = "^25.1.0"
3333flake8 = " ^7.0.0"
3434behave = " ^1.2.6"
3535pytest = " ^8.4.2"
36- pytest-cov = " ^6 .0.0"
36+ pytest-cov = " ^7 .0.0"
3737pytest-custom-exit-code = " ^0.3.0"
3838sh = " ^2.0.6"
3939hypothesis = " ^6.87.3"
4040aws-lambda-powertools = { extras = [" aws-sdk" ], version = " ^2.26.0" }
4141parse = " ^1.19.1"
4242pytest-mock = " ^3.12.0"
43- datamodel-code-generator = " ^0.43.1 "
43+ datamodel-code-generator = " ^0.44.0 "
4444pyyaml = " ^6.0.1"
4545proxygen-cli = " ^2.1.14"
4646moto = " ^5.0.1"
You can’t perform that action at this time.
0 commit comments