From 838205b37561379b679dd478302ddc620531f73e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:42:47 +0000 Subject: [PATCH] build(deps-dev): bump dnfile from 0.13.0 to 0.14.1 Bumps [dnfile](https://github.com/malwarefrank/dnfile) from 0.13.0 to 0.14.1. - [Changelog](https://github.com/malwarefrank/dnfile/blob/master/HISTORY.rst) - [Commits](https://github.com/malwarefrank/dnfile/compare/v0.13.0...v0.14.1) --- updated-dependencies: - dependency-name: dnfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f798eeb..39ed4ef9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "vivisect==1.1.1", "pefile==2023.2.7", "pyelftools==0.30", - "dnfile==0.13.0", + "dnfile==0.14.1", "dncil==1.0.2", "pydantic==2.1.1", "protobuf==4.23.4",