From 85db63f4ddf8cdc3b33fe77b6a8844a316660659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:15:58 +0000 Subject: [PATCH] Update dnfile requirement from >=0.15 to >=0.18.0 Updates the requirements on [dnfile](https://github.com/malwarefrank/dnfile) to permit the latest version. - [Changelog](https://github.com/malwarefrank/dnfile/blob/master/HISTORY.rst) - [Commits](https://github.com/malwarefrank/dnfile/compare/v0.15.0...v0.18.0) --- updated-dependencies: - dependency-name: dnfile dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42d14a8..2f0affc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -84,7 +84,7 @@ py-tlsh>=4.7 # --- .NET Binary Analysis (Optional) --- # .NET PE metadata parser (CLR headers, metadata tables, streams) -dnfile>=0.15 +dnfile>=0.18.0 # .NET CIL bytecode disassembler (Mandiant FLARE) dncil>=1.0