From fcedc2e335ced1dcd2343b007c7b9de3353384a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 19:47:44 +0000 Subject: [PATCH] build(deps): bump tabulate from 0.8.9 to 0.8.10 Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.8.9 to 0.8.10. - [Release notes](https://github.com/astanin/python-tabulate/releases) - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](https://github.com/astanin/python-tabulate/compare/v0.8.9...v0.8.10) --- updated-dependencies: - dependency-name: tabulate 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 c40a1734a..7d4fbb780 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import setuptools requirements = [ - "tabulate==0.8.9", + "tabulate==0.8.10", "vivisect==1.0.8", "viv-utils[flirt]==0.7.5", "pydantic==1.9.1",