indigo icon indicating copy to clipboard operation
indigo copied to clipboard

Update django-recaptcha requirement from <2.0.0,>=1.4.0 to >=1.4.0,<4.0.0

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Updates the requirements on django-recaptcha to permit the latest version.

Changelog

Sourced from django-recaptcha's changelog.

3.0.0 (2022-02-07)

#. Torchbox has taken over maintenance of this package from Praekelt. See the Github Announcement <https://github.com/torchbox/django-recaptcha/discussions/249>_ #. Switch testing from Travis to Github Actions. #. Only provide default_app_config for django.VERSIONs lower than 3.2 #. Changed log level of check failures from error to warning. #. Added testing for Django 3.2 and 4.0 #. Removed support for Django 1.11 and Python 2 #. Removed upper Django dependency constraint

2.0.6

#. Added testing for Django 3 (no code changes needed).

2.0.5

#. Added settings and kwargs that allow for the validation of reCAPTCHA v3 score values.

2.0.4

#. Fixed travis tests for django 2.2

2.0.3

#. Added testing for Django 2.2 (no code changes needed).

2.0.2

#. Moved field based Google dev key check to an app ready registered security check.

2.0.1

#. Bugfix: Remove extra div in widget_v3 template

2.0.0

#. ReCAPTCHA v3 support added. #. Remove all mention of the V1 reCAPTCHA endpoint. #. Refactor client, fields and widgets code. #. Added widgets for each type of reCAPTCHA: V2 Checkbox, V2 Invisible, V3 #. Remove the need for the widget template to be selected based on certain settings values, each widget has its own template. #. Introduced a large number of new unit tests, update tests to make use of tox venvs. #. Regenerated po and mo files.

1.5.0 (2019-01-09)

#. Added testing for Django 2.1 (no code changes needed).

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Feb 08 '22 17:02 dependabot[bot]