Skip to content

Commit 8d9536c

Browse files
authored
Merge pull request #32 from NHSDigital/APM-6127-new
APM-6127 python uptick to 3.9
2 parents c049bd7 + 076944c commit 8d9536c

6 files changed

Lines changed: 14 additions & 10 deletions

File tree

azure/azure-build-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ extends:
3030
parameters:
3131
service_name: ${{ variables.service_name }}
3232
short_service_name: ${{ variables.short_service_name }}
33+
python_version: ${{ variables.python_version }}

azure/azure-pr-pipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ variables:
2929
extends:
3030
template: azure/common/apigee-deployment.yml@common
3131
parameters:
32-
service_name: ${{ variables.service_name }}
33-
short_service_name: ${{ variables.short_service_name }}
34-
service_base_path: ${{ variables.service_base_path }}
32+
service_name: ${{ variables.service_name }}
33+
short_service_name: ${{ variables.short_service_name }}
34+
service_base_path: ${{ variables.service_base_path }}
35+
python_version: ${{ variables.python_version }}
3536
apigee_deployments:
3637
- environment: internal-dev
3738
post_deploy:

azure/azure-release-pipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ extends:
2828
template: azure/common/apigee-deployment.yml@common
2929
parameters:
3030
enable_status_monitoring: false
31-
service_name: ${{ variables.service_name }}
32-
short_service_name: ${{ variables.short_service_name }}
33-
service_base_path: ${{ variables.service_base_path }}
31+
service_name: ${{ variables.service_name }}
32+
short_service_name: ${{ variables.short_service_name }}
33+
service_base_path: ${{ variables.service_base_path }}
34+
python_version: ${{ variables.python_version }}
3435
apigee_deployments:
3536
- environment: internal-dev
3637
post_deploy:

azure/project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ variables:
22
service_name: splunk-monitor
33
short_service_name: sm
44
service_base_path: splunk-monitor
5+
python_version: 3.9

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ package-mode = false
1414

1515

1616
[tool.poetry.dependencies]
17-
python = "^3.8"
17+
python = "^3.9"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
flake8 = "^3.7.9"
2121
black = "^20.8b1"
2222
pip-licenses = "^2.0.1"
2323
jinja2 = "^3.1.6"
24-
pyyaml = "^5.2"
24+
pyyaml = "^5.4.1"
2525
docopt = "^0.6.2"
2626
jsonpath-rw = "^1.4.0"
2727
semver = "^2.9.0"

0 commit comments

Comments
 (0)