From 6468c894ef45b095558e577be426ce3254d842da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:49:16 +0000 Subject: [PATCH] Update django-appconf requirement from >=0.6.0 to >=1.2.0 Updates the requirements on [django-appconf](https://github.com/django-compressor/django-appconf) to permit the latest version. - [Release notes](https://github.com/django-compressor/django-appconf/releases) - [Changelog](https://github.com/django-compressor/django-appconf/blob/develop/docs/changelog.rst) - [Commits](https://github.com/django-compressor/django-appconf/compare/v0.6...v1.2.0) --- updated-dependencies: - dependency-name: django-appconf dependency-version: 1.2.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 82395ede..05879186 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "django>=4.2", - "django-appconf>=0.6.0" + "django-appconf>=1.2.0" ] [dependency-groups]