Skip to content

Bump django-oauth-toolkit from 3.2.0 to 3.3.0#1869

Merged
felixrindt merged 2 commits into
mainfrom
dependabot/uv/django-oauth-toolkit-3.3.0
Jul 8, 2026
Merged

Bump django-oauth-toolkit from 3.2.0 to 3.3.0#1869
felixrindt merged 2 commits into
mainfrom
dependabot/uv/django-oauth-toolkit-3.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps django-oauth-toolkit from 3.2.0 to 3.3.0.

Release notes

Sourced from django-oauth-toolkit's releases.

Release 3.3.0

[3.3.0] - 2025-05-21

Added

  • #1637 Support for Django 6.0
  • #1642 Provide App Name and Scope in Device Confirmation View

Removed

  • #1636 Remove support for Python 3.8 and 3.9

Fixed

  • #1628 Fix inaccurate help_text on client_secret field of Application model
  • #1674 Add list_select_related to RefreshTokenAdmin to avoid unbounded JOIN queries on the changelist
  • #1621 Fix device code tokens getting the wrong scope.
  • #1683 Fix swapped DeviceGrant model usage across the device authorization flow
  • #1689 Fix invalid Cache-Control header value on the OIDC JWKS endpoint
  • #1692 Fix consent violation and scope escalation.
Changelog

Sourced from django-oauth-toolkit's changelog.

[3.3.0] - 2025-05-21

Added

  • #1637 Support for Django 6.0
  • #1642 Provide App Name and Scope in Device Confirmation View

Removed

  • #1636 Remove support for Python 3.8 and 3.9

Fixed

  • #1628 Fix inaccurate help_text on client_secret field of Application model
  • #1674 Add list_select_related to RefreshTokenAdmin to avoid unbounded JOIN queries on the changelist
  • #1621 Fix device code tokens getting the wrong scope.
  • #1683 Fix swapped DeviceGrant model usage across the device authorization flow
  • #1689 Fix invalid Cache-Control header value on the OIDC JWKS endpoint
  • #1692 Fix consent violation and scope escalation.
Commits
  • 1fbc081 chore: release 3.3.0 (#1699)
  • 842ed3a Pre-fill user_code by making use of verification_uri_complete (#1658)
  • d983777 fix: support swapped DeviceGrant models in device flow (#1684)
  • a15ff8e fix: correct malformed Cache-Control header in JWKS info (#1690)
  • a9cede7 Provide application and scopes in DeviceConfirmView context (#1643)
  • b5ea033 Fix/consent violation and scope escalation (#1692)
  • 4e1abb4 Device code obey scopes (#1691)
  • d422eea chore: missing CI jobs (#1679)
  • b277f32 fix: Avoid crawling the entire model graph when viewing RefreshTokenAdmin (...
  • 24abc3f upgrade RTD to supported version of ubuntu (#1677)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/django-oauth-toolkit-3.3.0 branch 6 times, most recently from 984165b to 2c738e8 Compare July 7, 2026 21:18
Bumps [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) from 3.2.0 to 3.3.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.2.0...3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@felixrindt felixrindt force-pushed the dependabot/uv/django-oauth-toolkit-3.3.0 branch from 2c738e8 to c0ccae8 Compare July 8, 2026 14:58
@felixrindt felixrindt enabled auto-merge (rebase) July 8, 2026 15:00
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 81.356%. remained the same — dependabot/uv/django-oauth-toolkit-3.3.0 into main

@felixrindt felixrindt merged commit 09e68a2 into main Jul 8, 2026
19 checks passed
@felixrindt felixrindt deleted the dependabot/uv/django-oauth-toolkit-3.3.0 branch July 8, 2026 15:08
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants