From ac0d42d4430f1a3a81db7abcffca13402b143ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:37:21 +0000 Subject: [PATCH] Bump tablib from 0.12.1 to 3.10.0 in /sqlnet Bumps [tablib](https://github.com/jazzband/tablib) from 0.12.1 to 3.10.0. - [Release notes](https://github.com/jazzband/tablib/releases) - [Changelog](https://github.com/jazzband/tablib/blob/master/HISTORY.md) - [Commits](https://github.com/jazzband/tablib/compare/v0.12.1...v3.10.0) --- updated-dependencies: - dependency-name: tablib dependency-version: 3.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sqlnet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlnet/requirements.txt b/sqlnet/requirements.txt index 77c45af..ba8c4fa 100644 --- a/sqlnet/requirements.txt +++ b/sqlnet/requirements.txt @@ -9,7 +9,7 @@ pkg-resources==0.0.0 pytz==2017.3 records==0.5.2 SQLAlchemy==1.3.0 -tablib==0.12.1 +tablib==3.10.0 unicodecsv==0.14.1 xlrd==1.1.0 xlwt==1.3.0