Skip to content
Open
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
8 changes: 4 additions & 4 deletions azure/azure-build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ stages:
displayName: Print AWS info

- task: UsePythonVersion@0
displayName: "Use Python 3.8"
displayName: "Use Python 3.9"
inputs:
versionSpec: "3.8"
versionSpec: "3.9"

- task: NodeTool@0
displayName: "Use Node 13"
displayName: "Use Node 18"
inputs:
versionSpec: '13.x'
versionSpec: '18.x'

- bash: |
node --version
Expand Down
1,074 changes: 658 additions & 416 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Alex Carrie <alexander.carrie1@nhs.net>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
docker-compose-wait = "^1.2.2"

[tool.poetry.dev-dependencies]
Expand Down
Loading
Loading