From bf1f05b93f50230221426eafc958ea40080b9127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:40:42 +0000 Subject: [PATCH] Bump django-oauth-toolkit from 2.4.0 to 3.0.1 Bumps [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) from 2.4.0 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/2.4.0...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] --- poetry.lock | 15 +++++++-------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index b0304b71b..a71114f7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1055,20 +1055,19 @@ libsass = ">=0.7.0,<1" [[package]] name = "django-oauth-toolkit" -version = "2.4.0" +version = "3.0.1" description = "OAuth2 Provider for Django" optional = false python-versions = ">=3.8" files = [ - {file = "django_oauth_toolkit-2.4.0-py3-none-any.whl", hash = "sha256:4931d6bf64b6aee32a42f989f218769d1876f3daa53c6bf883d8ab793fb302ee"}, - {file = "django_oauth_toolkit-2.4.0.tar.gz", hash = "sha256:8975eaf697413a8d54208ee068bc5ad6d1ed76f1df84e4882fbb25e7e6966e1b"}, + {file = "django_oauth_toolkit-3.0.1-py3-none-any.whl", hash = "sha256:3ef00b062a284f2031b0732b32dc899e3bbf0eac221bbb1cffcb50b8932e55ed"}, + {file = "django_oauth_toolkit-3.0.1.tar.gz", hash = "sha256:7200e4a9fb229b145a6d808cbf0423b6d69a87f68557437733eec3c0cf71db02"}, ] [package.dependencies] -django = ">=3.2,<4.0.0 || >4.0.0" -jwcrypto = ">=0.8.0" -oauthlib = ">=3.1.0" -pytz = ">=2024.1" +django = ">=4.2" +jwcrypto = ">=1.5.0" +oauthlib = ">=3.2.2" requests = ">=2.13.0" [[package]] @@ -3884,4 +3883,4 @@ redis = ["redis"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6ce74abe327738602d4682037c25eff07f7d3d373dcf2e051c08e95e593652d9" +content-hash = "619dd29423d632e0e5dba495bc296b5b2546dee98f9cf8f4dfafed61c80933ff" diff --git a/pyproject.toml b/pyproject.toml index a12abcf74..572977019 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ django-filter = "^24.0" djangorestframework-guardian = "^0.3.0" uritemplate = "^4.1.1" django-recurrence = "^1.11.1" -django-oauth-toolkit = "~2.4.0" # pinned because minor versions sometimes require migrations in our models +django-oauth-toolkit = ">=2.4,<3.1" # pinned because minor versions sometimes require migrations in our models urllib3 = "^1.26.0,<2.0.0" # pinned because of uberspace issues with urllib3 2.0.0 pyyaml = "^6.0.1" lxml = ">=4.9.3,<6.0.0"