From 55353a112db01079e11006cea5aaa4673474002a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 04:37:10 +0000 Subject: [PATCH] build(deps): Bump django-recaptcha from 4.0.0 to 4.1.0 Bumps [django-recaptcha](https://github.com/django-recaptcha/django-recaptcha) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/django-recaptcha/django-recaptcha/releases) - [Changelog](https://github.com/django-recaptcha/django-recaptcha/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-recaptcha/django-recaptcha/compare/4.0.0...4.1.0) --- updated-dependencies: - dependency-name: django-recaptcha dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d7d51634..68a1876e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -637,19 +637,22 @@ nose = ">=1.2.1" [[package]] name = "django-recaptcha" -version = "4.0.0" +version = "4.1.0" description = "Django recaptcha form field/widget app." optional = false python-versions = "*" groups = ["main"] files = [ - {file = "django-recaptcha-4.0.0.tar.gz", hash = "sha256:5316438f97700c431d65351470d1255047e3f2cd9af0f2f13592b637dad9213e"}, - {file = "django_recaptcha-4.0.0-py3-none-any.whl", hash = "sha256:0d912d5c7c009df4e47accd25029133d47a74342dbd2a8edc2877b6bffa971a3"}, + {file = "django_recaptcha-4.1.0-py3-none-any.whl", hash = "sha256:463aa65967e973de466b28ce8e8b6abb2faffb1ce0c7faa1bf0e5b041e0497cb"}, + {file = "django_recaptcha-4.1.0.tar.gz", hash = "sha256:73097b958733f65b729d4e4630c51fc2bf147aca6f026017d18898dfc25cb4c5"}, ] [package.dependencies] django = "*" +[package.extras] +testing = ["coveralls", "tox", "tox-gh-actions"] + [[package]] name = "django-stdimage" version = "6.0.2" @@ -1374,4 +1377,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.9" -content-hash = "bcd9beb16754e7f455d7c61b6d37a9848b974bfd15b2d945e9307f1d5d88ac95" +content-hash = "e6b8b52fcb96e79728517fbd965ff8228dae415f0c98f0e374a47657fc922593" diff --git a/pyproject.toml b/pyproject.toml index affa8515..c0ae8a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ django-import-export = "^4.3.4" django-loginas = "^0.3.11" django-meta = "^2.4.2" django-nose = "^1.4.7" -django-recaptcha = "^4.0.0" +django-recaptcha = "^4.1.0" django-stdimage = "^6.0.2" django-storages = "^1.14" factory-boy = "^3.3.3"