Skip to content

Commit

Permalink
Update the modules.Modules version requirement.
Browse files Browse the repository at this point in the history
This is a response to PR [#1173](#1173)
  • Loading branch information
sluke-nuix committed Aug 13, 2024
1 parent 6b739f6 commit 9185845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/plugins/windows/truecrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_requirements(cls) -> List[RequirementInterface]:
architectures=["Intel32", "Intel64"],
),
requirements.VersionRequirement(
name="modules", component=modules.Modules, version=(1, 1, 0)
name="modules", component=modules.Modules, version=(2, 0, 0)
),
requirements.IntRequirement(
name="min-length",
Expand Down

0 comments on commit 9185845

Please sign in to comment.