Skip to content

Commit

Permalink
Release dissect 3.5 (#27)
Browse files Browse the repository at this point in the history
(DIS-1847)
  • Loading branch information
pyrco authored Mar 24, 2023
1 parent f282405 commit 8dbb141
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,30 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"dissect.cim==3.4",
"dissect.clfs==1.3",
"dissect.cstruct==3.5",
"dissect.esedb==3.5",
"dissect.etl==3.3",
"dissect.eventlog==3.3",
"dissect.evidence==3.3",
"dissect.executable==1.1",
"dissect.extfs==3.3",
"dissect.fat==3.3",
"dissect.ffs==3.3",
"dissect.hypervisor==3.5",
"dissect.ntfs==3.3",
"dissect.ole==3.3",
"dissect.regf==3.3",
"dissect.shellitem==3.3",
"dissect.sql==3.3",
"dissect.squashfs==1.0",
"dissect.target[full]==3.7",
"dissect.thumbcache==1.2",
"dissect.cim==3.5",
"dissect.clfs==1.4",
"dissect.cstruct==3.6",
"dissect.esedb==3.6",
"dissect.etl==3.4",
"dissect.eventlog==3.4",
"dissect.evidence==3.4",
"dissect.executable==1.2",
"dissect.extfs==3.4",
"dissect.fat==3.4",
"dissect.ffs==3.4",
"dissect.hypervisor==3.6",
"dissect.ntfs==3.4",
"dissect.ole==3.4",
"dissect.regf==3.4",
"dissect.shellitem==3.4",
"dissect.sql==3.4",
"dissect.squashfs==1.1",
"dissect.target[full]==3.8",
"dissect.thumbcache==1.3",
"dissect.util==3.7",
"dissect.vmfs==3.4",
"dissect.volume==3.4",
"dissect.xfs==3.4",
]
dynamic = ["version"]

Expand Down

0 comments on commit 8dbb141

Please sign in to comment.