From 2b6c0eb0e4e7af95d42608cdb937ecb84b0eaeab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:34:18 +0000 Subject: [PATCH] chore(deps): bump django-extensions from 3.2.3 to 4.1 Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.2.3 to 4.1. - [Release notes](https://github.com/django-extensions/django-extensions/releases) - [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-extensions/django-extensions/compare/3.2.3...4.1) --- updated-dependencies: - dependency-name: django-extensions dependency-version: '4.1' 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 f778f98c0..a3ebea950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "num2words==0.5.13", "django-polymorphic==4.1.0", "sorl-thumbnail==12.11.0", - "django-extensions==3.2.3", + "django-extensions==4.1", "django-import-export==2.7.1", "pypandoc==1.12", "panflute==2.3.1",