From 2aece1ab666c5c0bfb9f20040acd3b69530ef6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:28:48 +0000 Subject: [PATCH] Bump django-simple-captcha from 0.5.20 to 0.6.0 Bumps [django-simple-captcha](https://github.com/mbi/django-simple-captcha) from 0.5.20 to 0.6.0. - [Changelog](https://github.com/mbi/django-simple-captcha/blob/master/CHANGES) - [Commits](https://github.com/mbi/django-simple-captcha/compare/v0.5.20...v0.6.0) --- updated-dependencies: - dependency-name: django-simple-captcha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8d2722c4e..82ce2ffbb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -680,17 +680,17 @@ with-social = ["django-allauth (>=0.25.0)"] [[package]] name = "django-simple-captcha" -version = "0.5.20" +version = "0.6.0" description = "A very simple, yet powerful, Django captcha application" optional = false python-versions = "*" files = [ - {file = "django-simple-captcha-0.5.20.tar.gz", hash = "sha256:20273009a7beb44297e9f6c7a6bd21ada3d2fa93c314d2f6bf5e394ceeb6a297"}, - {file = "django_simple_captcha-0.5.20-py2.py3-none-any.whl", hash = "sha256:3359cb033c489eae6544a80ad92517db3d35b3b328b3b427393399c3d7f55275"}, + {file = "django-simple-captcha-0.6.0.tar.gz", hash = "sha256:d188516d326fadd2d5ad076eb89649d55c02cabafe3fdcc2154ac18e9f6d4b97"}, + {file = "django_simple_captcha-0.6.0-py2.py3-none-any.whl", hash = "sha256:3ae9a7e650cb0cdbcfd4a75aa91fdf25dcc523ef541a7b1f004bd4357798fc03"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2" django-ranged-response = "0.2.0" Pillow = ">=6.2.0" @@ -2271,4 +2271,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "bdf0d7e4e8932b12b11e207868313b6ab906b92d008102e88288695cbf65af73" +content-hash = "2ef5668c6cd272d8479de821db5ff6e73c11400b5ddb68062e553d31d3b39b2c" diff --git a/pyproject.toml b/pyproject.toml index bebbbd3b4..5582024ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ stripe = "^7.7.0" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0" -django-simple-captcha = "^0.5.20" +django-simple-captcha = "^0.6.0" django-filter = "^22.1" webdriver-manager = "^4.0.1" pillow = "^10.1.0"