From 6aa4c56088f42f5b9abc2465d1fff2f0410c5c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 03:12:15 +0000 Subject: [PATCH] Bump django-dynamic-preferences from 1.10.1 to 1.14.0 Bumps [django-dynamic-preferences](https://github.com/agateblue/django-dynamic-preferences) from 1.10.1 to 1.14.0. - [Release notes](https://github.com/agateblue/django-dynamic-preferences/releases) - [Changelog](https://github.com/agateblue/django-dynamic-preferences/blob/develop/HISTORY.rst) - [Commits](https://github.com/agateblue/django-dynamic-preferences/compare/1.10.1...1.14.0) --- updated-dependencies: - dependency-name: django-dynamic-preferences dependency-type: direct:production update-type: version-update:semver-minor ... 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..aba21f065 100644 --- a/config/requirements_core.txt +++ b/config/requirements_core.txt @@ -4,7 +4,7 @@ Django==3.2.8 django-appconf==1.0.4 # 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-dynamic-preferences==1.14.0 # Settings management django-extensions==3.1.0 # For the generate secret command django-formtools==2.2 # Form wizards django-ipware==3.0.2 # IP Address logging