From f2c6b368943a36d1cf9e5f479c6705260350c2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:13:33 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): update types-tabulate requirement Updates the requirements on [types-tabulate](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tabulate dependency-version: 0.10.0.20260508 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index d0b31fc..2efe41f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -16,7 +16,7 @@ pyright>=1.1.409 # Type stubs (compatible versions) types-python-dateutil>=2.8.0.0 types-openpyxl>=3.1.0.0 -types-tabulate>=0.10.0.20260408 +types-tabulate>=0.10.0.20260508 # Note: python-dotenv has inline types (py.typed), no stub package needed # Note: types-requests removed (requests library not used for GDPR compliance)