Skip to content

Commit e724de4

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

File tree

2 files changed

+50
-39
lines changed

2 files changed

+50
-39
lines changed

poetry.lock

Lines changed: 48 additions & 38 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
package-mode = false
88

99
[tool.poetry.dependencies]
10-
python = "^3.9"
10+
python = "^3.9.5"
1111
docopt = "^0.6.2"
1212
jinja2 = "^3.1.2"
1313
requests = "^2.23.0"
@@ -27,6 +27,7 @@ pytest-xdist = "^1.10.0"
2727
lxml = "^4.6.2"
2828
docker = "^7.1.0"
2929
boto3 = "^1.26.20"
30+
cryptography = "^44.0.1"
3031

3132
[tool.poetry.dev-dependencies]
3233
ansible-lint = "^5.2.0"

0 commit comments

Comments
 (0)