Skip to content

Commit

Permalink
Update cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg committed Feb 13, 2024
1 parent 220b1e9 commit 8f77a47
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 77 deletions.
92 changes: 39 additions & 53 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,14 +1,14 @@
[tool.poetry]
name = "wacz_signing"
version = "0.3.1"
version = "0.3.2"
description = "A library for signing and timestamping file hashes"
authors = ["Ben Steinberg <[email protected]>"]
readme = "README.md"
license = "GPL-3.0-or-later"

[tool.poetry.dependencies]
python = "^3.9"
cryptography = "^41.0.0"
cryptography = "^42.0.2"
pem = "^21.2.0"
rfc3161ng = "^2.1.3"
pyasn1 = "^0.4.8"
Expand Down
Loading

0 comments on commit 8f77a47

Please sign in to comment.