From 18ec9f588baac01a81327317a013de5d0cdb2387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 15:53:20 +0000 Subject: [PATCH] Update django-bootstrap-datepicker-plus requirement Updates the requirements on [django-bootstrap-datepicker-plus](https://github.com/monim67/django-bootstrap-datepicker-plus) to permit the latest version. - [Release notes](https://github.com/monim67/django-bootstrap-datepicker-plus/releases) - [Commits](https://github.com/monim67/django-bootstrap-datepicker-plus/compare/3.0.6...4.0.0) --- updated-dependencies: - dependency-name: django-bootstrap-datepicker-plus 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 2a145f5..b17f202 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django~=4.0.3 django-active-link~=0.1.8 -django-bootstrap-datepicker-plus~=3.0.5 +django-bootstrap-datepicker-plus~=4.0.0 django-bootstrap5~=21.3 psycopg2-binary~=2.9.3