From 050ff43a555cc6b4f73ad3ba2bf1dde5c4fce4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 10:58:58 +0200 Subject: [PATCH] Update django-scopes requirement from ==1.2.* to ==2.0.* (#3272) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f433a48520..b96f5a7e84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "django-otp==1.1.*", "django-phonenumber-field==7.0.*", "django-redis==5.2.*", - "django-scopes==1.2.*", + "django-scopes==2.0.*", "django-statici18n==2.3.*", "djangorestframework==3.14.*", "dnspython==2.2.*",