From 932780d699f8f92c67ce06e0135bc6275ab7610e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 13:42:34 +0000 Subject: [PATCH] Bump django-appconf from 1.0.4 to 1.0.5 Bumps [django-appconf](https://github.com/django-compressor/django-appconf) from 1.0.4 to 1.0.5. - [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/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: django-appconf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- config/requirements_core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements_core.txt b/config/requirements_core.txt index 146aee3e0..423edc358 100644 --- a/config/requirements_core.txt +++ b/config/requirements_core.txt @@ -2,7 +2,7 @@ # Django Django==3.2.8 -django-appconf==1.0.4 # Helper for handling app configs +django-appconf==1.0.5 # Helper for handling app configs django-better-admin-arrayfield==1.4.2 # Admin widget for ArrayField django-dynamic-preferences==1.10.1 # Settings management django-extensions==3.1.0 # For the generate secret command