requirements: bump django-simple-captcha to 0.5.20

https://raw.githubusercontent.com/mbi/django-simple-captcha/master/CHANGES

Version 0.5.20
--------------
* Still support Django 3.2 (#222, thanks @petrklus)

Version 0.5.19
--------------
* SECURITY ISSUE: reset the random seed after an image was generated (#221, thanks @ibuler)

Version 0.5.18
--------------
* Fix some typos in documentation (#210, thanks @stweil)
* Test against Django 4.2
* Stopped testing Django < 3.2
* BaseCaptchaTextInput should set autocomplete=off on the hashkey HiddenInput (#201, thanks @eerotal)
* Test against Django 4.2a
* Fix some deprecation warnings in Pillow 9.2+
* Removed old unused conditional imports
* Format code with pre-commit and black

Version 0.5.17
--------------
* English translation created from Spanish ones (#209, thanks @tpazderka)

Version 0.5.16
--------------
* Adds a migration missing from 0.5.15 (#208, thanks @atodorov)

Version 0.5.15
--------------
* Updated test matrix, drop tests against Python3.6, test against Python3.9
* Remove dependency on six
* Test against Django 4.0a1
* Test with Python 3.10 (Django 3.2 and Django 4.0)
* Remove warning for django 3.2 (#206, thanks @MiStErLu)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
Tim Orling 2023-10-05 19:28:35 -07:00
parent d020a5c04e
commit b4d9c92d5d

View File

@ -13,7 +13,7 @@ django-ranged-response==0.2.0
django-registration==3.2 django-registration==3.2
django-reversion==4.0.1 django-reversion==4.0.1
django-reversion-compare==0.14.1 django-reversion-compare==0.14.1
django-simple-captcha==0.5.14 django-simple-captcha==0.5.20
djangorestframework==3.13.1 djangorestframework==3.13.1
gitdb==4.0.9 gitdb==4.0.9
GitPython==3.1.37 GitPython==3.1.37