From e101a6127477611540a98d892fb76835aa404230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:48:59 +0000 Subject: [PATCH] Bump django-formtools from 2.3 to 2.5.1 Bumps [django-formtools](https://github.com/jazzband/django-formtools) from 2.3 to 2.5.1. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7456237..952d940a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "django-cors-headers==4.6.0", "django-extensions==3.2.3", "django-filter==24.2", - "django-formtools==2.3", + "django-formtools==2.5.1", "django-localflavor==4.0", "django-middleware-global-request==0.3.1", "django-model-utils==4.3.1",