From 88a068852318ff4286e288b4eb7461c525b159e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 22:46:28 +0000 Subject: [PATCH] Update django-formtools requirement from ~=2.3.0 to >=2.3,<2.6 Updates the requirements on [django-formtools](https://github.com/jazzband/django-formtools) to permit the latest version. - [Changelog](https://github.com/jazzband/django-formtools/blob/master/docs/changelog.rst) - [Commits](https://github.com/jazzband/django-formtools/compare/2.3...2.5.1) --- updated-dependencies: - dependency-name: django-formtools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f18efe9a3..65bbf6557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "django-csp~=3.7.0", "django-filter==23.3", "django-formset-js-improved==0.5.0.3", - "django-formtools~=2.3.0", + "django-formtools>=2.3,<2.6", "django-hierarkey~=1.1.0", "django-i18nfield~=1.9.0", "django-libsass~=0.8",