From 7bc7982d3a76616a054fa8712978d588747e6362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:45:27 +0000 Subject: [PATCH] Update django-admin-interface requirement from ~=0.26.0 to ~=0.28.8 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/main/CHANGELOG.md) - [Commits](https://github.com/fabiocaccamo/django-admin-interface/compare/0.26.0...0.28.8) --- 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 6707a885..a9627651 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ requests~=2.31.0 djangorestframework~=3.14.0 git+https://github.com/Rurusetto/rurusetto-django-allauth.git django-colorfield~=0.10.1 -django-admin-interface~=0.26.0 +django-admin-interface~=0.28.8 python-decouple~=3.8 python-dateutil~=2.8.2 boto3~=1.28.10