From de652a8e7fe9a8ab9db96e016f2da02b9f13ec61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:09:49 +0000 Subject: [PATCH] Bump django-recaptcha from 3.0.0 to 4.0.0 Bumps [django-recaptcha](https://github.com/torchbox/django-recaptcha) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/torchbox/django-recaptcha/releases) - [Changelog](https://github.com/torchbox/django-recaptcha/blob/main/CHANGELOG.md) - [Commits](https://github.com/torchbox/django-recaptcha/compare/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: django-recaptcha dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39864fb3294..bb5f8a88542 100644 --- a/requirements.txt +++ b/requirements.txt @@ -72,7 +72,7 @@ django-floppyforms<1.10.0 django-forms-bootstrap<=3.1.0 django-autocomplete-light==3.5.1 django-invitations<2.0.1 -django-recaptcha==3.0.0 +django-recaptcha==4.0.0 # REST djangorestframework==3.12.0