From 899ef673e08e7779b1a72d95bc92e44a8be23d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:37:11 +0000 Subject: [PATCH] Bump dnfile from 0.15.0 to 0.15.1 Bumps [dnfile](https://github.com/malwarefrank/dnfile) from 0.15.0 to 0.15.1. - [Changelog](https://github.com/malwarefrank/dnfile/blob/master/HISTORY.rst) - [Commits](https://github.com/malwarefrank/dnfile/compare/v0.15.0...v0.15.1) --- updated-dependencies: - dependency-name: dnfile dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a53a22a..4712186 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "black==24.8.0", "isort==5.13.2", "mypy==1.11.2", - "dnfile==0.15.0", + "dnfile==0.15.1", "hexdump==3.3.0", ], },