From ece5f19b15761516a0e5dca065ead09ea157251f Mon Sep 17 00:00:00 2001 From: Roel de Jong <12800443+twiggler@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:51:17 +0100 Subject: [PATCH 1/4] Bump dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e52db00..2806ca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "dissect.cstruct>=4,<5", - "dissect.util>=3.24.dev1,<4", # TODO: update on release! + "dissect.util>=3.24", # TODO: update on release! ] dynamic = ["version"] From a59f79dcdb9317ba82b4c97446faa6c04718dcfb Mon Sep 17 00:00:00 2001 From: twiggler <12800443+twiggler@users.noreply.github.com> Date: Wed, 25 Feb 2026 11:12:43 +0100 Subject: [PATCH 2/4] Update pyproject.toml Co-authored-by: Miauwkeru --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2806ca3..0c894c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "dissect.cstruct>=4,<5", - "dissect.util>=3.24", # TODO: update on release! + "dissect.util>=3.24", ] dynamic = ["version"] From d04b598cec3c8e942f65885989c1a5a6cae0f3b4 Mon Sep 17 00:00:00 2001 From: twiggler <12800443+twiggler@users.noreply.github.com> Date: Wed, 25 Feb 2026 11:30:56 +0100 Subject: [PATCH 3/4] Apply suggestion from @Miauwkeru Co-authored-by: Miauwkeru --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c894c7..5c647ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "dissect.cstruct>=4,<5", - "dissect.util>=3.24", + "dissect.util>=3.24,<4", ] dynamic = ["version"] From 9900951435be840401c17c6c462bfb6556232123 Mon Sep 17 00:00:00 2001 From: twiggler <12800443+twiggler@users.noreply.github.com> Date: Wed, 25 Feb 2026 11:39:19 +0100 Subject: [PATCH 4/4] Update pyproject.toml Co-authored-by: Miauwkeru --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c647ae..0730738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ full = [ dev = [ "dissect.database[full]", "dissect.cstruct>=4.0.dev,<5.0.dev", - "dissect.util>=3.24.dev,<4.0.dev", + "dissect.util>=3.24,<4.0.dev", ] [dependency-groups]