From 74e159295c3d0982c552573cb827d4d833f58aae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 23:07:49 +0000 Subject: [PATCH] Update django-oauth-toolkit requirement from ^2.3.0 to ^3.0.1 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.1) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae23934..5215ba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ bandit = "^1.7.8" tblib = "^3.0.0" [tool.poetry.group.test.dependencies] -django-oauth-toolkit = "^2.3.0" +django-oauth-toolkit = "^3.0.1" coverage = "^7.4.4" tblib = "^3.0.0"