From fb52b789be8436ca858b2244efcb501663b502ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:28:31 +0000 Subject: [PATCH] chore(deps): bump terminaltables from 3.1.0 to 3.1.10 Bumps [terminaltables](https://github.com/matthewdeanmartin/terminaltables) from 3.1.0 to 3.1.10. - [Changelog](https://github.com/matthewdeanmartin/terminaltables/blob/master/CHANGELOG.md) - [Commits](https://github.com/matthewdeanmartin/terminaltables/compare/v3.1.0...v3.1.10) --- updated-dependencies: - dependency-name: terminaltables 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 c9b6d1c..f892892 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md') as readme_file: readme = readme_file.read() -requirements = ['boto3==1.20.16', 'docker==5.0.3', 'terminaltables==3.1.0', +requirements = ['boto3==1.20.16', 'docker==5.0.3', 'terminaltables==3.1.10', 'colorama==0.4.6', 'boto3-stubs[ecr,sts]==1.24.80'] setup_requirements = ['pytest-runner', ] test_requirements = ['pytest>=3', ]