Skip to content

Commit

Permalink
Release dissect 3.13
Browse files Browse the repository at this point in the history
(DIS-3003)
  • Loading branch information
pyrco committed Mar 7, 2024
1 parent 2109b5d commit b0ad6f2
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"dissect.btrfs==1.1",
"dissect.cim==3.7",
"dissect.clfs==1.6",
"dissect.cstruct==3.12",
"dissect.esedb==3.11",
"dissect.etl==3.7",
"dissect.eventlog==3.6",
"dissect.evidence==3.7",
"dissect.executable==1.4",
"dissect.extfs==3.8",
"dissect.fat==3.7",
"dissect.ffs==3.6",
"dissect.hypervisor==3.11",
"dissect.jffs==1.0",
"dissect.ntfs==3.8",
"dissect.ole==3.6",
"dissect.regf==3.8",
"dissect.shellitem==3.6",
"dissect.sql==3.7",
"dissect.squashfs==1.3",
"dissect.target[full]==3.15",
"dissect.thumbcache==1.6",
"dissect.util==3.14",
"dissect.vmfs==3.6",
"dissect.volume==3.8",
"dissect.xfs==3.7",
"dissect.btrfs==1.2",
"dissect.cim==3.8",
"dissect.clfs==1.7",
"dissect.cstruct==3.13",
"dissect.esedb==3.12",
"dissect.etl==3.8",
"dissect.eventlog==3.7",
"dissect.evidence==3.8",
"dissect.executable==1.5",
"dissect.extfs==3.9",
"dissect.fat==3.8",
"dissect.ffs==3.7",
"dissect.hypervisor==3.12",
"dissect.jffs==1.1",
"dissect.ntfs==3.9",
"dissect.ole==3.7",
"dissect.regf==3.9",
"dissect.shellitem==3.7",
"dissect.sql==3.8",
"dissect.squashfs==1.4",
"dissect.target[full]==3.16",
"dissect.thumbcache==1.7",
"dissect.util==3.15",
"dissect.vmfs==3.7",
"dissect.volume==3.9",
"dissect.xfs==3.8",
]
dynamic = ["version"]

Expand Down

0 comments on commit b0ad6f2

Please sign in to comment.