Skip to content

Commit

Permalink
Release dissect 3.15 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrco committed Jul 1, 2024
1 parent f8d7d56 commit 2ac8c15
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,33 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"dissect.archive==1.1",
"dissect.btrfs==1.3",
"dissect.cim==3.9",
"dissect.clfs==1.8",
"dissect.cstruct==3.14",
"dissect.esedb==3.13",
"dissect.etl==3.9",
"dissect.eventlog==3.8",
"dissect.evidence==3.9",
"dissect.executable==1.6",
"dissect.extfs==3.10",
"dissect.fat==3.9",
"dissect.ffs==3.8",
"dissect.hypervisor==3.13",
"dissect.jffs==1.2",
"dissect.ntfs==3.10",
"dissect.ole==3.8",
"dissect.regf==3.10",
"dissect.shellitem==3.8",
"dissect.sql==3.9",
"dissect.squashfs==1.5",
"dissect.target[full]==3.17",
"dissect.thumbcache==1.8",
"dissect.util==3.16",
"dissect.vmfs==3.8",
"dissect.volume==3.10",
"dissect.xfs==3.9",
"dissect.archive==1.2",
"dissect.btrfs==1.4",
"dissect.cim==3.10",
"dissect.clfs==1.9",
"dissect.cstruct==4.0",
"dissect.esedb==3.14",
"dissect.etl==3.10",
"dissect.eventlog==3.9",
"dissect.evidence==3.10",
"dissect.executable==1.7",
"dissect.extfs==3.11",
"dissect.fat==3.10",
"dissect.ffs==3.9",
"dissect.hypervisor==3.14",
"dissect.jffs==1.3",
"dissect.ntfs==3.11",
"dissect.ole==3.9",
"dissect.regf==3.11",
"dissect.shellitem==3.9",
"dissect.sql==3.10",
"dissect.squashfs==1.6",
"dissect.target[full]==3.18",
"dissect.thumbcache==1.9",
"dissect.util==3.17",
"dissect.vmfs==3.9",
"dissect.volume==3.11",
"dissect.xfs==3.10",
]
dynamic = ["version"]

Expand Down

0 comments on commit 2ac8c15

Please sign in to comment.