Skip to content

core: bump djangorestframework from 3.16.1 to 3.17.0#21000

Merged
BeryJu merged 1 commit intomainfrom
dependabot/uv/djangorestframework-3.17.0
Mar 19, 2026
Merged

core: bump djangorestframework from 3.16.1 to 3.17.0#21000
BeryJu merged 1 commit intomainfrom
dependabot/uv/djangorestframework-3.17.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps djangorestframework from 3.16.1 to 3.17.0.

Release notes

Sourced from djangorestframework's releases.

3.17.0

What's Changed

Breaking changes

Features

Bug fixes

Translations

Packaging

Other changes

New Contributors

... (truncated)

Commits
  • 021ab56 Bump version and update release notes for 3.17.0 (#9921)
  • 19ebad7 Bump mkdocs-material[imaging] from 9.7.4 to 9.7.5 (#9923)
  • f222c55 Correct requires-python key in pyproject.toml
  • 7e7de6f Remove code fences from release checklist
  • c599d30 Update release process
  • 866bf7c Bump mkdocs-material[imaging] from 9.7.3 to 9.7.4 (#9920)
  • 7f8ad25 Drop deprecated coreapi support (#9895)
  • 8bac51a Revert "Add drf-commons to third-party packages documentation (#9916)" (#9917)
  • 9d7b26a Add drf-commons to third-party packages documentation (#9916)
  • dff3c8d Add django-pydantic-field and drf-pydantic to third-party packages documentat...
  • 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 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)

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.16.1 to 3.17.0.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.16.1...3.17.0)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 19, 2026 04:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 19, 2026
@netlify
Copy link

netlify bot commented Mar 19, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit f85055b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69bb769cbfb24200080af57a
😎 Deploy Preview https://deploy-preview-21000--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.44%. Comparing base (31261e1) to head (f85055b).
⚠️ Report is 7 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21000      +/-   ##
==========================================
- Coverage   93.49%   93.44%   -0.05%     
==========================================
  Files         993      993              
  Lines       56146    56146              
==========================================
- Hits        52491    52468      -23     
- Misses       3655     3678      +23     
Flag Coverage Δ
conformance 37.39% <ø> (+<0.01%) ⬆️
e2e 42.88% <ø> (+<0.01%) ⬆️
integration 22.16% <ø> (-0.05%) ⬇️
unit 91.69% <ø> (+<0.01%) ⬆️
unit-migrate 91.79% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu merged commit ba00882 into main Mar 19, 2026
103 checks passed
@BeryJu BeryJu deleted the dependabot/uv/djangorestframework-3.17.0 branch March 19, 2026 12:00
kensternberg-authentik added a commit that referenced this pull request Mar 24, 2026
* main:
  web: link file picker to docs (#20995)
  web/flow: reset stale authenticator selection between consecutive validate stages (#20802)
  ci: bump actions/cache from 5.0.3 to 5.0.4 (#21002)
  root: init rust workspace (#20983)
  website/docs: fix swapped sidebar label (#21011)
  core: bump goauthentik/fips-python from `ec5c4cd` to `859ad57` in /lifecycle/container (#21003)
  core: bump goauthentik/fips-debian from `a613b75` to `7baeeaa` in /lifecycle/container (#21001)
  core: bump djangorestframework from 3.16.1 to 3.17.0 (#21000)
  lifecycle/aws: bump aws-cdk from 2.1111.0 to 2.1112.0 in /lifecycle/aws (#20999)
  ci: bump codecov/codecov-action from 5.5.2 to 5.5.3 in /.github/actions/test-results (#21004)
  web: bump the storybook group across 1 directory with 5 updates (#21005)
  web: bump knip from 5.87.0 to 5.88.0 in /web (#21006)
  web: bump @formatjs/intl-listformat from 8.2.3 to 8.3.1 in /web (#21007)
  website/docs: update kubernetes install guide for Gateway API (#20961)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant