From cd32abc405dd97a37cf5d1ba7d8daca2d20138a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 14:09:10 +0000 Subject: [PATCH] build(deps): bump dncil from 1.0.0 to 1.0.1 Bumps [dncil](https://github.com/mandiant/dncil) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/mandiant/dncil/releases) - [Commits](https://github.com/mandiant/dncil/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: dncil dependency-type: direct:production 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 0681e313..192ddcfb 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ requirements = [ "pefile==2022.5.30", "pyelftools==0.28", "dnfile==0.11.0", - "dncil==1.0.0", + "dncil==1.0.1", "pydantic==1.9.1", ]