From 39b6e51f3784e227b419f5a00ced77c2bd420b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:39:09 +0000 Subject: [PATCH] Update tablib requirement from <3.6.0 to <3.8.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.7.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 6253643854c..e6ca9453c0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "python-gnupg>=0.5,<=0.5.3", "PyYAML>=5.1.1,<=6.0.2", "redis>=4.3,<5.2.2", - "tablib<3.6.0", + "tablib<3.8.0", "url-normalize>=1.4.3,<=1.4.3", "uuid6>=2023.5.2,<=2024.7.10", "whitenoise>=5.0,<6.9.0",