From 352a9876e7bc108caa96e3e80d150c6aad1af659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:30:34 +0000 Subject: [PATCH] Update django-admin-interface requirement from ~=0.26.0 to ~=0.28.9 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.9) --- 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 32a258d0..013d3bab 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.9 python-decouple~=3.8 python-dateutil~=2.8.2 boto3~=1.34.137