Skip to content

Commit 41d9432

Browse files
APM-6129-DependabotPythonIssueFix
1 parent 11ff2ca commit 41d9432

File tree

4 files changed

+50
-14
lines changed

4 files changed

+50
-14
lines changed

azure/build-prereqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
steps:
77
- task: UsePythonVersion@0
88
inputs:
9-
versionSpec: '3.8'
9+
versionSpec: '3.9'
1010

1111
- bash: |
1212
tfenv use 0.14.6

azure/utils-pr-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- task: UsePythonVersion@0
3333
displayName: 'Use Python 3.8'
3434
inputs:
35-
versionSpec: 3.8
35+
versionSpec: 3.9
3636

3737
- bash: |
3838
instance_id="$(curl -s http://169.254.169.254/latest/meta-data/instance-id)"

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flake8 = "^3.7.9"
1515
mypy = "^0.770"
1616
pytest = "^5.4.2"
1717
pytest-cov = "^2.8.1"
18-
ansible = "^2.10.7"
18+
ansible = "^8.5.0"
1919
pyyaml = "^5.4.1"
2020
jmespath = "^0.10.0"
2121
awscli = "^1.18.80"

0 commit comments

Comments
 (0)