From aaddb21f2c2c0103da40aa4bdac1ce4b5b20fabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:51:05 +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/django-recaptcha/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 eb676981..eff870c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ Django==4.2.8 python-slugify==8.0.1 qrcode==7.4.2 tldextract==5.1.1 -django-recaptcha==3.0.0 +django-recaptcha==4.0.0 # external services