From 73b7bf1416ace8ba059b20cd48669863d3168cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:49:03 +0000 Subject: [PATCH] Update django-formtools requirement from ~=2.4 to ~=2.5 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.4...2.5.1) --- updated-dependencies: - dependency-name: django-formtools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad9842414..eb0e0b65d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ crispy-bootstrap5==2023.10 # this is a fork of django-bootstrap-breadcrumbs # we might need to think about migrating away from this completely django-bootstrap-breadcrumbs2==1.0.0 -django-formtools~=2.4 +django-formtools~=2.5 django-recaptcha~=4.0.0 Django==4.2.6 django-activity-stream==2.0.0