From 9b7f21ca95822d911a458f6ce1f00c3e57f8fa8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:01:19 +0000 Subject: [PATCH 1/2] build(deps): bump django-select2 from 8.1.2 to 8.4.3 Bumps [django-select2](https://github.com/codingjoe/django-select2) from 8.1.2 to 8.4.3. - [Release notes](https://github.com/codingjoe/django-select2/releases) - [Commits](https://github.com/codingjoe/django-select2/compare/8.1.2...8.4.3) --- updated-dependencies: - dependency-name: django-select2 dependency-version: 8.4.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b2bc1435bad..b51d73e9cd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ Jinja2==3.1.4 # Django Apps dj-database-url==2.1.0 dj-pagination==2.5.0 -django-select2==8.1.2 +django-select2==8.4.3 #django-floppyforms<1.10.0 django-forms-bootstrap<=3.1.0 From 684bfb5a1a0f5f0e9ff767cc782f4fc774da66c3 Mon Sep 17 00:00:00 2001 From: Giovanni Allegri Date: Mon, 20 Oct 2025 09:56:13 +0200 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8004cd37411..45bfdaa54b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -85,7 +85,7 @@ install_requires = # Django Apps dj-database-url==2.1.0 dj-pagination==2.5.0 - django-select2==8.1.2 + django-select2==8.4.3 #django-floppyforms<1.10.0 django-forms-bootstrap<=3.1.0 django-autocomplete-light==3.11.0