From dcf43b6feedf44e7800a2f0ffa29ee449e12b8fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 20:19:53 +0000 Subject: [PATCH] build(deps): bump vivisect from 1.0.7 to 1.0.8 Bumps [vivisect](https://github.com/vivisect/vivisect) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/vivisect/vivisect/releases) - [Changelog](https://github.com/vivisect/vivisect/blob/master/CHANGELOG.rst) - [Commits](https://github.com/vivisect/vivisect/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: vivisect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b9cabb91..bf1205aa 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ requirements = [ "halo==0.0.31", "networkx==2.5.1", "ruamel.yaml==0.17.21", - "vivisect==1.0.7", + "vivisect==1.0.8", "smda==1.7.1", "pefile==2021.9.3", "pyelftools==0.28", @@ -81,12 +81,12 @@ setuptools.setup( "requests==2.27.1", # type stubs for mypy "types-backports==0.1.3", - "types-colorama==0.4.12", + "types-colorama==0.4.13", "types-PyYAML==6.0.7", "types-tabulate==0.8.7", "types-termcolor==1.1.3", "types-psutil==5.8.22", - "types_requests==2.27.20", + "types_requests==2.27.25", ], "build": [ "pyinstaller==5.0",