From b9d4c7a15c271f194260638b261c442927ff6eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:50:56 +0000 Subject: [PATCH] :arrow_up: 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 e3ac8110..0d569d42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ scikit-image==0.24.0 ; python_version >= "3.10" and python_version < "4.0" scipy==1.14.1 ; python_version >= "3.10" and python_version < "4.0" six==1.17.0 ; python_version >= "3.10" and python_version < "4.0" strictly-typed-pandas==0.3.5 ; python_version >= "3.10" and python_version < "4.0" -tabulate==0.9.0 ; python_version >= "3.10" and python_version < "4.0" +tabulate==0.10.0 ; python_version >= "3.10" and python_version < "4.0" tifffile==2024.12.12 ; python_version >= "3.10" and python_version < "4.0" tqdm==4.67.1 ; python_version >= "3.10" and python_version < "4.0" types-pytz==2024.2.0.20241003 ; python_version >= "3.10" and python_version < "4.0"