From ca2c1ca0589c5d1b0e3f98dd1b9456b6458018e5 Mon Sep 17 00:00:00 2001 From: pyrco <105293448+pyrco@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:04:28 +0200 Subject: [PATCH] Bump the version of flow.record to 3.16 (#843) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 931a2e4d2..6881e0486 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "dissect.regf>=3.3,<4", "dissect.util>=3,<4", "dissect.volume>=2,<4", - "flow.record~=3.15.0", + "flow.record~=3.16.0", "structlog", ] dynamic = ["version"]