Skip to content

Commit

Permalink
Merge pull request #31 from snykerjames/fix/upgrade-cryptography-42.0.4
Browse files Browse the repository at this point in the history
fix: pin cryptography to v42.0.4 to resolve vulnerabilities
  • Loading branch information
scott-es committed Apr 9, 2024
2 parents 6ed8e25 + 0fb4ebf commit 51a4d5b
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 30 deletions.
80 changes: 50 additions & 30 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jsonschema = "^4"
certifi = "2023.7.22"
pygments = "2.15.0"
requests = "2.31.0"
cryptography = "42.0.4"

[tool.poetry.group.test.dependencies]
pytest = "^6.0.0"
Expand Down

0 comments on commit 51a4d5b

Please sign in to comment.