From 5c1434d768b85e4b5e8492342569c9998cfbe470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:45:04 +0000 Subject: [PATCH 1/2] [deps] Update pytest-asyncio requirement from ~=0.23.7 to ~=0.24.0 Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 8371c09..1ec60cf 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ responses~=0.25.3 -pytest-asyncio~=0.23.7 +pytest-asyncio~=0.24.0 pytest-django~=4.8.0 freezegun~=1.5.1 # Needed to test integrations From 90d5b5048d90aca83f9ab3cd15553897aab1fdbe Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Tue, 10 Sep 2024 17:26:16 +0530 Subject: [PATCH 2/2] [deps] Added compatibilty for django-allauth~=0.63.6 --- tests/openwisp2/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/openwisp2/settings.py b/tests/openwisp2/settings.py index 75d1252..3788975 100644 --- a/tests/openwisp2/settings.py +++ b/tests/openwisp2/settings.py @@ -80,6 +80,7 @@ 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', + 'allauth.account.middleware.AccountMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', # 'debug_toolbar.middleware.DebugToolbarMiddleware',