From 9ebbb069df0e50e6f73b09ee1f3c3da52e5eb1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 11:45:14 +0000 Subject: [PATCH] Bump django-allauth from 0.55.2 to 0.56.1 in /config/requirements Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.55.2 to 0.56.1. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.55.2...0.56.1) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor ... 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 996da5fb..52196ec3 100644 --- a/config/requirements/dev_lock.txt +++ b/config/requirements/dev_lock.txt @@ -485,8 +485,8 @@ django==4.2.4 \ # django-stubs # django-stubs-ext # model-bakery -django-allauth==0.55.2 \ - --hash=sha256:7b713c9947f1917e5c1c5a106fd6208d2c2c71435542fec6d60b01fd7bada3a8 +django-allauth==0.56.1 \ + --hash=sha256:347044c4e268e085ef4b4b26ea5fdc9d40576872d55e630f1736e1c9a7761529 # 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 5828940b..18691f61 100644 --- a/config/requirements/prod.in +++ b/config/requirements/prod.in @@ -6,7 +6,7 @@ Django~=4.2 boto3~=1.28 celery~=5.3 crispy-bootstrap5~=0.7 -django-allauth~=0.42 +django-allauth~=0.56 django-crispy-forms~=2.0 django-storages~=1.8 environs[django]~=9.3 diff --git a/config/requirements/prod_lock.txt b/config/requirements/prod_lock.txt index c1429707..d0fb91a0 100644 --- a/config/requirements/prod_lock.txt +++ b/config/requirements/prod_lock.txt @@ -302,8 +302,8 @@ django==4.2.4 \ # django-allauth # django-crispy-forms # django-storages -django-allauth==0.55.2 \ - --hash=sha256:7b713c9947f1917e5c1c5a106fd6208d2c2c71435542fec6d60b01fd7bada3a8 +django-allauth==0.56.1 \ + --hash=sha256:347044c4e268e085ef4b4b26ea5fdc9d40576872d55e630f1736e1c9a7761529 # via -r config/requirements/prod.in django-cache-url==3.4.4 \ --hash=sha256:5ca4760b4580b80e41279bc60d1e5c16a822e4e462265faab0a330701bb0ef9a \