From 6d615709e12fd0f4da9a00b1826f33e8672c6407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 11:51:30 +0000 Subject: [PATCH] Bump django-allauth from 0.58.0 to 0.58.1 in /config/requirements Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.58.0 to 0.58.1. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.58.0...0.58.1) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- config/requirements/dev_lock.txt | 4 ++-- config/requirements/prod.in | 2 +- config/requirements/prod_lock.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/requirements/dev_lock.txt b/config/requirements/dev_lock.txt index 0f60dd08..e9c53747 100644 --- a/config/requirements/dev_lock.txt +++ b/config/requirements/dev_lock.txt @@ -483,8 +483,8 @@ django-alive==1.2.1 \ --hash=sha256:7c449a7ab29b7047ba522ef5ca2dc6b1be0f7db0374dd77b95eec910f9aa0c11 \ --hash=sha256:b758f4e88084140bf40c2f1ca3371af1d3702e3bf47c9c06264f82340f5888fe # via -r config/requirements/prod.in -django-allauth==0.58.0 \ - --hash=sha256:40ad5c2ae78757261fc1628a94bb67416f91565f578e592d5906948b59682a5c +django-allauth==0.58.1 \ + --hash=sha256:485db513f1794f5636ae38a78e9414e8818ce076770b75a6f8a003ab3a32b8fa # via -r config/requirements/prod.in django-cache-url==3.4.4 \ --hash=sha256:5ca4760b4580b80e41279bc60d1e5c16a822e4e462265faab0a330701bb0ef9a \ diff --git a/config/requirements/prod.in b/config/requirements/prod.in index 6d056639..e5026e6e 100644 --- a/config/requirements/prod.in +++ b/config/requirements/prod.in @@ -7,7 +7,7 @@ boto3~=1.28 celery~=5.3 crispy-bootstrap5~=0.7 django-alive~=1.2 -django-allauth~=0.42 +django-allauth~=0.58 django-crispy-forms~=2.0 django-maintenance-mode~=0.19 django-storages~=1.8 diff --git a/config/requirements/prod_lock.txt b/config/requirements/prod_lock.txt index 6a5d5a24..a3a2d006 100644 --- a/config/requirements/prod_lock.txt +++ b/config/requirements/prod_lock.txt @@ -312,8 +312,8 @@ django-alive==1.2.1 \ --hash=sha256:7c449a7ab29b7047ba522ef5ca2dc6b1be0f7db0374dd77b95eec910f9aa0c11 \ --hash=sha256:b758f4e88084140bf40c2f1ca3371af1d3702e3bf47c9c06264f82340f5888fe # via -r config/requirements/prod.in -django-allauth==0.58.0 \ - --hash=sha256:40ad5c2ae78757261fc1628a94bb67416f91565f578e592d5906948b59682a5c +django-allauth==0.58.1 \ + --hash=sha256:485db513f1794f5636ae38a78e9414e8818ce076770b75a6f8a003ab3a32b8fa # via -r config/requirements/prod.in django-cache-url==3.4.4 \ --hash=sha256:5ca4760b4580b80e41279bc60d1e5c16a822e4e462265faab0a330701bb0ef9a \