From 53fa57e22f4e3648721abb8b612ee5d5567ee1a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:59:55 +0000 Subject: [PATCH] Bump django-simple-captcha from 0.5.18 to 0.5.20 Bumps [django-simple-captcha](https://github.com/mbi/django-simple-captcha) from 0.5.18 to 0.5.20. - [Changelog](https://github.com/mbi/django-simple-captcha/blob/master/CHANGES) - [Commits](https://github.com/mbi/django-simple-captcha/compare/v0.5.18...v0.5.20) --- updated-dependencies: - dependency-name: django-simple-captcha dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index adfe22a3..f201e8fb 100644 --- a/requirements.in +++ b/requirements.in @@ -22,7 +22,7 @@ django-reversion==5.0.4 django-sekizai==4.1.0 django-storages==1.13.2 django-treebeard==4.7 -django-simple-captcha==0.5.18 +django-simple-captcha==0.5.20 djangocms-admin-style==3.2.4 # djangocms-attributes-field could be removed when other deps updates to 3.0.0 djangocms-attributes-field==3.0.0 diff --git a/requirements.txt b/requirements.txt index 3ccf30c2..d34070c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -93,7 +93,7 @@ django-sekizai==4.1.0 # via # -r requirements.in # django-cms -django-simple-captcha==0.5.18 +django-simple-captcha==0.5.20 # via -r requirements.in django-storages==1.13.2 # via -r requirements.in