Skip to content

Commit 4a42f35

Browse files
committed
Update (slightly) vulnerable pyca/cryptography dependency
* [Vulnerable OpenSSL included in cryptography wheels][1] [1]: GHSA-v8gr-m533-ghj9
1 parent 05cd781 commit 4a42f35

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

poetry.lock

Lines changed: 25 additions & 25 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hv4gha"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Use HashiCorp Vault to manage a GitHub App's private RSA key."
55
authors = ["Andreas Olsson <[email protected]>"]
66
repository = "https://github.com/andreaso/hv4gha"
@@ -9,7 +9,7 @@ readme = "README.md"
99

1010
[tool.poetry.dependencies]
1111
python = "^3.10"
12-
cryptography = ">=41.0.3"
12+
cryptography = ">=41.0.4"
1313
requests = "^2.31.0"
1414
pydantic = "^2.1.1"
1515

0 commit comments

Comments
 (0)