Skip to content

Commit 74eb4b9

Browse files
committed
Updated few dependencies to fix vulnerabilities
1 parent 4672e88 commit 74eb4b9

2 files changed

Lines changed: 145 additions & 33 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ flake8 = "^3.7.9"
1515
mypy = "^0.770"
1616
pytest = "^5.4.2"
1717
pytest-cov = "^2.8.1"
18-
ansible = "^2.9.23rc1"
18+
ansible = "^8.5.0"
1919
pyyaml = "^6.0"
2020
jmespath = "^0.10.0"
2121
awscli = "^1.18.80"
2222
pydantic = "^1.9.0"
23-
deepdiff = "^5.0.2"
23+
deepdiff = "^8.6.1"
2424
semver = "^2.13.0"
2525
gitpython = "^3.1.11"
2626
pytest-xdist = "^1.10.0"
@@ -29,7 +29,7 @@ docker = "^7.1.0"
2929
boto3 = "^1.26.20"
3030

3131
[tool.poetry.dev-dependencies]
32-
ansible-lint = "^4.2.0"
32+
ansible-lint = "^5.2.0"
3333
black = "^24.3.0"
3434
flake8 = "^3.8.3"
3535

0 commit comments

Comments
 (0)