Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps django-oauth-toolkit from 3.1.0 to 3.2.0.

Release notes

Sourced from django-oauth-toolkit's releases.

Release 3.2.0

[3.2.0] - 2025-11-13

Added

  • Support for Django 5.2
  • Support for Python 3.14 (Django >= 5.2.8)
  • #1539 Add device authorization grant support
  • #1630 use token_checksum for lookup in _get_token_from_authentication_server

Fixed

  • #1252 Fix crash when 'client' is in token request body
  • #1496 Fix error when Bearer token string is empty but preceded by Bearer keyword.
Changelog

Sourced from django-oauth-toolkit's changelog.

[3.2.0] - 2025-11-13

Added

  • Support for Django 5.2
  • Support for Python 3.14 (Django >= 5.2.8)
  • #1539 Add device authorization grant support

Fixed

  • #1252 Fix crash when 'client' is in token request body
  • #1496 Fix error when Bearer token string is empty but preceded by Bearer keyword.
  • #1630 use token_checksum for lookup in _get_token_from_authentication_server
Commits
  • 66c0cf0 chore: Release 3.2.0 (#1622)
  • b8f4d5b fix: use token_checksum for lookup in _get_token_from_authentication_server (...
  • 3197955 fix python version to allow 3.14.* (anything <3.15) (#1631)
  • 94dd076 FIX reStructuredText syntax. (#1618)
  • bade920 Fixed Handled error in OAuth2ExtraTokenMiddleware when authheader has `Bearer...
  • 2cc2b60 fix: token request throws an error when client is provided in body (#1252)
  • 87fef47 feat: Add device authorization grant (device code flow - rfc 8628) (#1539)
  • 01dfd06 chore: ignore *.orig (#1615)
  • 6863d82 chore: defer codecov notify until all jobs done (#1616)
  • ef7ca6d chore: defer codecov notify until all jobs done (#1614)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 12, 2026
Bumps [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/django-oauth/django-oauth-toolkit/releases)
- [Changelog](https://github.com/django-oauth/django-oauth-toolkit/blob/master/CHANGELOG.md)
- [Commits](django-oauth/django-oauth-toolkit@3.1.0...3.2.0)

---
updated-dependencies:
- dependency-name: django-oauth-toolkit
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-3.2.0 branch from 4a9e16b to 849b1c6 Compare January 14, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant