From 4d1effc824c61fee53961ccc600dfa7f376879e4 Mon Sep 17 00:00:00 2001 From: pyrco <105293448+pyrco@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:20:50 +0200 Subject: [PATCH] Bump dissect.ctruct dependency to version 4 (#25) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dfe2c89..306e0b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ - "dissect.cstruct>=4.dev,<5", + "dissect.cstruct>=4,<5", "dissect.util>=3,<4", ] dynamic = ["version"]