From 11bb83855d720ac4e29845a48ef670b966361318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:36:42 +0000 Subject: [PATCH] Update tablib requirement from <3.6.0 to <3.9.0 Updates the requirements on [tablib](https://github.com/jazzband/tablib) to permit the latest version. - [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.0.3...v3.8.0) --- updated-dependencies: - dependency-name: tablib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0de1624bdb6..cbd5d9d8681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "python-gnupg>=0.5,<=0.5.4", "PyYAML>=5.1.1,<=6.0.2", "redis>=4.3,<5.2.2", - "tablib<3.6.0", + "tablib<3.9.0", "url-normalize>=1.4.3,<=1.4.3", "uuid6>=2023.5.2,<=2024.7.10", "whitenoise>=5.0,<6.10.0",