From 9d99e55da66ad4971621472beb5e256747835391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:03:34 +0000 Subject: [PATCH] Bump django-select2 from 8.2.0 to 8.2.1 Bumps [django-select2](https://github.com/codingjoe/django-select2) from 8.2.0 to 8.2.1. - [Release notes](https://github.com/codingjoe/django-select2/releases) - [Commits](https://github.com/codingjoe/django-select2/compare/8.2.0...8.2.1) --- updated-dependencies: - dependency-name: django-select2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 897cb98..edc4e40 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -18,7 +18,7 @@ django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils django-allauth==64.0.0 # https://github.com/pennersr/django-allauth django-private-storage==3.1.1 # https://github.com/edoburu/django-private-storage django-filter==24.3 # https://github.com/carltongibson/django-filter -django-select2==8.2.0 # https://github.com/codingjoe/django-select2 +django-select2==8.2.1 # https://github.com/codingjoe/django-select2 django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==2024.2 # https://github.com/django-crispy-forms/crispy-bootstrap5 django-redis==5.4.0 # https://github.com/jazzband/django-redis