From 923571afdb80354d71043983928a6e9113559f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:51:20 +0000 Subject: [PATCH] [deps] Update django-nested-admin requirement from ~=4.0.2 to ~=4.1.0 Updates the requirements on [django-nested-admin](https://github.com/theatlantic/django-nested-admin) to permit the latest version. - [Release notes](https://github.com/theatlantic/django-nested-admin/releases) - [Changelog](https://github.com/theatlantic/django-nested-admin/blob/master/CHANGELOG.rst) - [Commits](https://github.com/theatlantic/django-nested-admin/compare/v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: django-nested-admin 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 10a30ad1..11ec1558 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ openwisp-controller @ https://github.com/openwisp/openwisp-controller/tarball/master influxdb~=5.3.2 -django-nested-admin~=4.0.2 +django-nested-admin~=4.1.0 python-dateutil>=2.7.0,<3.0.0 openwisp-utils[rest] @ https://github.com/openwisp/openwisp-utils/tarball/master