From f4252837cd55e8c78494283ebe0b9b502c5dd896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:19:24 +0000 Subject: [PATCH] Update tabulate requirement from >=0.8.10 to >=0.10.0 Updates the requirements on [tabulate](https://github.com/astanin/python-tabulate) to permit the latest version. - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](https://github.com/astanin/python-tabulate/compare/v0.8.10...v0.10.0) --- updated-dependencies: - dependency-name: tabulate dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed846de..f8d8422 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ idna>=3.6 multidict>=6.0.4 pyfiglet>=1.0.2 soupsieve>=2.5 -tabulate>=0.8.10 +tabulate>=0.10.0 yarl>=1.9.4