From 5d9331eef7a5a9c2bf4f4f806cfc6e4e69b6bda1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:11:31 +0000 Subject: [PATCH] build(deps): Update django-active-link requirement Updates the requirements on [django-active-link](https://github.com/valerymelou/django-active-link) to permit the latest version. - [Release notes](https://github.com/valerymelou/django-active-link/releases) - [Changelog](https://github.com/valerymelou/django-active-link/blob/master/HISTORY.rst) - [Commits](https://github.com/valerymelou/django-active-link/compare/v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: django-active-link dependency-version: 0.3.0 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 3bb1e1ab..5e664fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ # UI & Templates "django-bootstrap3>=25.1,<26.0", - "django-active-link>=0.2.2,<0.3.0", + "django-active-link>=0.2.2,<0.4.0", "django-html5>=1.0.0,<2.0.0", "django-meta>=2.5.0,<3.0.0",