From 9c1b076a5fd4b5bbb1cbd9aaf2e6db59a1544a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 08:14:55 +0000 Subject: [PATCH] build(deps): bump dnfile from 0.11.0 to 0.12.0 Bumps [dnfile](https://github.com/malwarefrank/dnfile) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/malwarefrank/dnfile/releases) - [Changelog](https://github.com/malwarefrank/dnfile/blob/master/HISTORY.rst) - [Commits](https://github.com/malwarefrank/dnfile/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: dnfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82e5c2bf..31cbaa74 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ requirements = [ "smda==1.8.4", "pefile==2022.5.30", "pyelftools==0.29", - "dnfile==0.11.0", + "dnfile==0.12.0", "dncil==1.0.1", "pydantic==1.9.2", ]