Skip to content

Commit

Permalink
upgrade cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
zblurx committed Jul 28, 2024
1 parent 91e05c8 commit eea24b0
Showing 1 changed file with 2 additions and 2 deletions.
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 = "dploot"
version = "2.7.3"
version = "2.7.4"
description = "DPAPI looting remotely in Python"
readme = "README.md"
homepage = "https://github.com/zblurx/dploot"
Expand All @@ -27,7 +27,7 @@ dploot = "dploot.entry:main"
[tool.poetry.dependencies]
python = "^3.7"
impacket = ">=0.10.0"
cryptography = "^40.0.1"
cryptography = ">=40.0.1"
pyasn1 = "^0.4.8"
lxml = "4.9.3"

Expand Down

0 comments on commit eea24b0

Please sign in to comment.