From 7742f3f2836cd59fe34bd681b75b091a9edb770b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:09:02 +0000 Subject: [PATCH] Bump texttable from 1.6.4 to 1.7.0 Bumps [texttable](https://github.com/foutaise/texttable) from 1.6.4 to 1.7.0. - [Release notes](https://github.com/foutaise/texttable/releases) - [Changelog](https://github.com/foutaise/texttable/blob/master/CHANGELOG.md) - [Commits](https://github.com/foutaise/texttable/compare/v1.6.4...v1.7.0) --- updated-dependencies: - dependency-name: texttable dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a061760..72e9a91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ requests==2.31.0 six==1.16.0 SQLAlchemy==1.4.37 sqlalchemy2-stubs==0.0.2a24 -texttable==1.6.4 +texttable==1.7.0 tomli==2.0.1 types-requests==2.28.11.15 types-urllib3==1.26.15