Skip to content

Commit

Permalink
Update (slightly) vulnerable pyca/cryptography dependency
Browse files Browse the repository at this point in the history
* [pyca/cryptography's wheels include vulnerable OpenSSL][1]

[1]: GHSA-jm77-qphf-c4w8
  • Loading branch information
andreaso committed Aug 2, 2023
1 parent 8f0f392 commit fcb0a3c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hv4gha"
version = "0.1.0"
version = "0.1.1"
description = "Use HashiCorp Vault to manage a GitHub App's private RSA key."
authors = ["Andreas Olsson <[email protected]>"]
repository = "https://github.com/andreaso/hv4gha"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
cryptography = "^41.0.2"
cryptography = "^41.0.3"
requests = "^2.31.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit fcb0a3c

Please sign in to comment.