Skip to content

Commit 0c6d7ca

Browse files
Merge remote-tracking branch 'origin' into feature/GPCAPIM-304_update_docs
2 parents c38480d + bbadb98 commit 0c6d7ca

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cicd-2-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
9797
- name: "Notify on publishing packages"
9898
if: steps.check.outputs.secret_exist == 'true'
99-
uses: nhs-england-tools/notify-msteams-action@a2e3cbcfaeeab605f7d665e1ecff8c29bd8e190e
99+
uses: nhs-england-tools/notify-msteams-action@a9fbb9bb41ef7db9c74d4fdc893f12812094fecf
100100
with:
101101
github-token: ${{ secrets.GITHUB_TOKEN }}
102102
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}

gateway-api/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gateway-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.14,<4.0.0"
1010

1111
[tool.poetry.dependencies]
1212
clinical-data-common = { git = "https://github.com/NHSDigital/clinical-data-common.git", tag = "v0.1.0" }
13-
flask = "^3.1.2"
13+
flask = "^3.1.3"
1414
types-flask = "^1.1.6"
1515
requests = "^2.32.5"
1616
pyjwt = "^2.11.0"

0 commit comments

Comments
 (0)