From 29ca55ed8cdcffb49b370afef2d112a24bda33c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:22:17 +0200 Subject: [PATCH] Bump django-oauth-toolkit from 2.3.0 to 2.4.0 (#3770) Bumps [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) from 2.3.0 to 2.4.0. - [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...2.4.0) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index e0b2dc16b..bef7fd431 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1082,19 +1082,20 @@ python-stdnum = ">=1.6" [[package]] name = "django-oauth-toolkit" -version = "2.3.0" +version = "2.4.0" description = "OAuth2 Provider for Django" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "django-oauth-toolkit-2.3.0.tar.gz", hash = "sha256:cf1cb1a5744672e6bd7d66b4a110a463bcef9cf5ed4f27e29682cc6a4d0df1ed"}, - {file = "django_oauth_toolkit-2.3.0-py3-none-any.whl", hash = "sha256:47dfeab97ec21496f307c2cf3468e64ca08897fa499bf3104366d32005c9111d"}, + {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"}, ] [package.dependencies] -django = ">=2.2,<4.0.0 || >4.0.0" +django = ">=3.2,<4.0.0 || >4.0.0" jwcrypto = ">=0.8.0" oauthlib = ">=3.1.0" +pytz = ">=2024.1" requests = ">=2.13.0" [[package]] @@ -3192,4 +3193,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e6f526227b133e52ada6895c8b6da30e4f871fbebb89033466a3461b20a93ad2" +content-hash = "94458d65dbf1e14fce22e897c5e251e9b804fa64224ef385edb30c5727b6df4f" diff --git a/pyproject.toml b/pyproject.toml index 9c7e72fa5..e01f485d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ djangorestframework = "3.15.2" django-ical = "1.9.2" django-sendfile2 = "0.7.1" django-queryable-properties = "1.8.5" -django-oauth-toolkit = "2.3.0" +django-oauth-toolkit = "2.4.0" django-cors-headers = "3.14.0" django-debug-toolbar = "4.4.6" django-admin-autocomplete-filter = "0.7.1"