diff --git a/poetry.lock b/poetry.lock index bab55786..b26c6bdb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1199,20 +1199,19 @@ future = "*" [[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]] @@ -4313,4 +4312,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "0ce98116c9668c8216b8f3f7f181b3cbcf77bb26de50a9b8dcd22931d2ea4c6b" +content-hash = "a903426b3cba3441a530f0625c089ed94fe0909db04bb4798810a1f4f26ef3b3" diff --git a/pyproject.toml b/pyproject.toml index e9b7197d..d9bb7dd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ mitol-django-payment-gateway = "^2024.11.12" deepdiff = "^6.7.1" django-safedelete = "^1.3.3" python-slugify = "^8.0.1" -django-oauth-toolkit = "^2.3.0" +django-oauth-toolkit = "^3.0.0" requests-oauthlib = "^1.3.1" oauthlib = "^3.2.2" mitol-django-mail = "^2024.11.05"