From b06373d729b633bc687fa93c5c1226d026a8a635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 16:41:26 +0000 Subject: [PATCH] Update django-admin-interface requirement from ~=0.20.0 to ~=0.22.1 Updates the requirements on [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface) to permit the latest version. - [Release notes](https://github.com/fabiocaccamo/django-admin-interface/releases) - [Changelog](https://github.com/fabiocaccamo/django-admin-interface/blob/master/CHANGELOG.md) - [Commits](https://github.com/fabiocaccamo/django-admin-interface/compare/0.20.0...0.22.1) --- updated-dependencies: - dependency-name: django-admin-interface dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6affc82e..ffe6af05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ requests~=2.28.1 djangorestframework~=3.14.0 git+https://github.com/Rurusetto/rurusetto-django-allauth.git django-colorfield~=0.7.2 -django-admin-interface~=0.20.0 +django-admin-interface~=0.22.1 python-decouple~=3.6 python-dateutil~=2.8.2 boto3~=1.24.70