Skip to content

Commit

Permalink
Release dissect 3.7
Browse files Browse the repository at this point in the history
(DIS-2032)
  • Loading branch information
pyrco committed Jul 6, 2023
1 parent 06b86b6 commit 1ac4a32
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"dissect.cim==3.6",
"dissect.clfs==1.5",
"dissect.cstruct==3.7",
"dissect.esedb==3.7",
"dissect.etl==3.5",
"dissect.eventlog==3.5",
"dissect.evidence==3.5",
"dissect.executable==1.3",
"dissect.extfs==3.5",
"dissect.fat==3.5",
"dissect.ffs==3.5",
"dissect.hypervisor==3.7",
"dissect.ntfs==3.5",
"dissect.ole==3.5",
"dissect.regf==3.5",
"dissect.shellitem==3.5",
"dissect.sql==3.5",
"dissect.squashfs==1.2",
"dissect.target[full]==3.9",
"dissect.thumbcache==1.4",
"dissect.util==3.8",
"dissect.vmfs==3.5",
"dissect.volume==3.5",
"dissect.xfs==3.5",
"dissect.cim==3.7",
"dissect.clfs==1.6",
"dissect.cstruct==3.8",
"dissect.esedb==3.8",
"dissect.etl==3.6",
"dissect.eventlog==3.6",
"dissect.evidence==3.6",
"dissect.executable==1.4",
"dissect.extfs==3.6",
"dissect.fat==3.6",
"dissect.ffs==3.6",
"dissect.hypervisor==3.8",
"dissect.ntfs==3.6",
"dissect.ole==3.6",
"dissect.regf==3.6",
"dissect.shellitem==3.6",
"dissect.sql==3.6",
"dissect.squashfs==1.3",
"dissect.target[full]==3.10",
"dissect.thumbcache==1.5",
"dissect.util==3.9",
"dissect.vmfs==3.6",
"dissect.volume==3.6",
"dissect.xfs==3.6",
]
dynamic = ["version"]

Expand Down

0 comments on commit 1ac4a32

Please sign in to comment.