Skip to content

Commit 67da549

Browse files
APM-6129-DependabotHighIssueFix
1 parent 06e071c commit 67da549

File tree

3 files changed

+49
-13
lines changed

3 files changed

+49
-13
lines changed

azure/utils-pr-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
clean: all
3131
steps:
3232
- task: UsePythonVersion@0
33-
displayName: 'Use Python 3.8'
33+
displayName: 'Use Python 3.9'
3434
inputs:
3535
versionSpec: 3.9
3636

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)