diff --git a/pyproject.toml b/pyproject.toml index 9032ab7f..eb188d6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "dissect.cstruct>=4,<5", - "dissect.target>=3.25.dev,<4", # TODO: update on release + "dissect.target>=3.25,<4", ] dynamic = ["version"] @@ -47,7 +47,7 @@ full = [ dev = [ "acquire[full]", "dissect.cstruct>=4.0.dev,<5.0.dev", - "dissect.target[dev]>=3.25.dev,<4.0.dev", + "dissect.target[dev]>=3.25,<4.0.dev", ] [dependency-groups]