From e5683da5d5337e1ca8efd6b17c25e03fc754d328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:33:21 +0000 Subject: [PATCH] Bump django-oauth-toolkit from 1.1.2 to 3.0.1 Bumps [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) from 1.1.2 to 3.0.1. - [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/1.1.2...3.0.1) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index f0b11c8..4d8f7be 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,5 +1,5 @@ django>=3.2,<5.2 django-extensions==3.2.3 -django-oauth-toolkit==1.1.2 +django-oauth-toolkit==3.0.1 django-scim2 # not pinning, should always work with latest release fluent-logger==0.11.1