From 0a3c9c10ce28a0d037c8c0597a015651e9e3778a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 17:59:06 +0000 Subject: [PATCH] Bump django-tables2 from 2.8.0 to 3.0.0 Bumps [django-tables2](https://github.com/jieter/django-tables2) from 2.8.0 to 3.0.0. - [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md) - [Commits](https://github.com/jieter/django-tables2/compare/v2.8.0...v3.0.0) --- updated-dependencies: - dependency-name: django-tables2 dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a3954d..e2dc9b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "django-htmx==1.27.0", "django-ninja==1.6.0", "django-stubs-ext==5.2.9", - "django-tables2==2.8.0", + "django-tables2==3.0.0", "django-oauth-toolkit==3.2.0", "django-polymorphic==4.11.2", "django-taggit==6.1.0",