From b566360abf199b511d606b81ebcbf735c267cf47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 06:52:53 +0000 Subject: [PATCH] Bump tabulate from 0.9.0 to 0.10.0 Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.9.0 to 0.10.0. - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](https://github.com/astanin/python-tabulate/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: tabulate dependency-version: 0.10.0 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 7372fea..8d8ecd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ InquirerPy==0.3.4 python-dotenv==1.2.1 pywidevine==1.9.0 Requests==2.32.5 -tabulate==0.9.0 +tabulate==0.10.0 tqdm==4.68.3