From 052aaf937bdff554e305a4163854209b36c6245d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:32:03 +0000 Subject: [PATCH] Update django-oauth-toolkit requirement from ==2.3.* to ==3.0.* Updates the requirements on [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) to permit the latest version. - [Release notes](https://github.com/jazzband/django-oauth-toolkit/releases) - [Changelog](https://github.com/jazzband/django-oauth-toolkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/django-oauth-toolkit/compare/2.3.0...3.0.0) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18efc8a45..db30a13a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "django-libsass==0.9", "django-localflavor==4.0", "django-markup", - "django-oauth-toolkit==2.3.*", + "django-oauth-toolkit==3.0.*", "django-otp==1.5.*", "django-phonenumber-field==7.3.*", "django-redis==5.4.*",