diff --git a/poetry.lock b/poetry.lock index 6604477..618ac8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1706,20 +1706,19 @@ python-ipware = ">=2.0.3" [[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]] @@ -5874,17 +5873,6 @@ defusedxml = "*" mysql = ["mysql-connector-python"] postgresql = ["psycopg2"] -[[package]] -name = "pytz" -version = "2025.1" -description = "World timezone definitions, modern and historical" -optional = false -python-versions = "*" -files = [ - {file = "pytz-2025.1-py2.py3-none-any.whl", hash = "sha256:89dd22dca55b46eac6eda23b2d72721bf1bdfef212645d81513ef5d03038de57"}, - {file = "pytz-2025.1.tar.gz", hash = "sha256:c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e"}, -] - [[package]] name = "pywin32" version = "308" @@ -8107,4 +8095,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "a8eb51c8c2d32c4932a99911f9deda6265c70ba4f8c9b6bf44acdeeeddbe7d94" +content-hash = "87a08a11c5c2ec7e5788339f4faac7765d5f6a1cc6def30e847555e78d0549f4" diff --git a/pyproject.toml b/pyproject.toml index 7aea77b..5889fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ django-cache-memoize = "^0.2.0" django-guardian = "^2.4.0" django-hijack = "^3.4.1" django-ipware = "^7.0.0" -django-oauth-toolkit = "^2.3.0" +django-oauth-toolkit = "^3.0.0" django-redis = "^5.2.0" django-scim2 = "^0.19.1" django-server-status = "^0.7.0"