From 6f01f7a746aed15cf4644d629f869aabcfaf2b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:18:15 +0000 Subject: [PATCH] Bump django-autocomplete-light from 3.9.4 to 3.12.1 in /backend Bumps [django-autocomplete-light](https://github.com/yourlabs/django-autocomplete-light) from 3.9.4 to 3.12.1. - [Release notes](https://github.com/yourlabs/django-autocomplete-light/releases) - [Changelog](https://github.com/yourlabs/django-autocomplete-light/blob/master/CHANGELOG) - [Commits](https://github.com/yourlabs/django-autocomplete-light/compare/3.9.4...3.12.1) --- updated-dependencies: - dependency-name: django-autocomplete-light dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 494cf90c75..e90bb44790 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ "countries<1.0.0,>=0.2.0", "django-ses==4.1.1", "hashids<2.0.0,>=1.2.0", - "django-autocomplete-light==3.9.4", + "django-autocomplete-light==3.12.1", "django-queryinspect<2.0.0,>=1.1.0", "lxml==6.0.0", "unidecode<2.0.0,>=1.1.1",