Skip to content

Commit 11ff2ca

Browse files
APM-6129-DependabotPythonIssueFix
1 parent a242e2c commit 11ff2ca

File tree

2 files changed

+14
-50
lines changed

2 files changed

+14
-50
lines changed

poetry.lock

Lines changed: 12 additions & 48 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
@@ -7,15 +7,15 @@ license = "MIT"
77
package-mode = false
88

99
[tool.poetry.dependencies]
10-
python = ">=3.9,<4.0"
10+
python = "^3.9"
1111
docopt = "^0.6.2"
1212
jinja2 = "^3.1.2"
1313
requests = "^2.23.0"
1414
flake8 = "^3.7.9"
1515
mypy = "^0.770"
1616
pytest = "^5.4.2"
1717
pytest-cov = "^2.8.1"
18-
ansible = "8.5.0"
18+
ansible = "^2.10.7"
1919
pyyaml = "^5.4.1"
2020
jmespath = "^0.10.0"
2121
awscli = "^1.18.80"

0 commit comments

Comments
 (0)