Skip to content

Commit

Permalink
Explicitly cryptography to solve vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzaadi committed Oct 14, 2024
1 parent e692b0e commit d86576c
Show file tree
Hide file tree
Showing 58 changed files with 3,982 additions and 61 deletions.
141 changes: 140 additions & 1 deletion integrations/argocd/poetry.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions integrations/argocd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pytest-httpx = ">=0.30.0"
pytest-xdist = "^3.6.1"
ruff = "^0.6.3"
towncrier = "^23.6.0"
cryptography = "^43.0.1"

[tool.towncrier]
directory = "changelog"
Expand Down
141 changes: 140 additions & 1 deletion integrations/aws/poetry.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions integrations/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pytest-httpx = ">=0.30.0"
pytest-xdist = "^3.6.1"
ruff = "^0.6.3"
towncrier = "^23.6.0"
cryptography = "^43.0.1"

[tool.towncrier]
directory = "changelog"
Expand Down
141 changes: 140 additions & 1 deletion integrations/azure-devops/poetry.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions integrations/azure-devops/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pytest-xdist = "^3.6.1"
ruff = "^0.6.3"
towncrier = "^23.6.0"
types-PyYAML = "^6.0.0"
cryptography = "^43.0.1"

[tool.towncrier]
directory = "changelog"
Expand Down
60 changes: 30 additions & 30 deletions integrations/azure/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions integrations/azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pytest-httpx = ">=0.30.0"
pytest-xdist = "^3.6.1"
ruff = "^0.6.3"
towncrier = "^23.6.0"
cryptography = "^43.0.1"

[tool.towncrier]
directory = "changelog"
Expand Down
Loading

0 comments on commit d86576c

Please sign in to comment.