Skip to content

core: bump django from 5.1.8 to 5.1.9#14483

Merged
BeryJu merged 2 commits intomainfrom
dependabot/pip/django-5.1.9
May 12, 2025
Merged

core: bump django from 5.1.8 to 5.1.9#14483
BeryJu merged 2 commits intomainfrom
dependabot/pip/django-5.1.9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps django from 5.1.8 to 5.1.9.

Commits
  • db5c8a9 [5.1.x] Bumped version for 5.1.9 release.
  • 0b42f6a [5.1.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().
  • 1520d18 [5.1.x] Added upcoming security release to release notes.
  • 660067f [5.1.x] Refs #36341 -- Added release notes for 5.1.9 and 4.2.21 for fix in wo...
  • 09a1813 [5.1.x] Fixed #36341 -- Preserved whitespaces in wordwrap template filter.
  • 0aa0224 [5.1.x] Fixed warnings per flake8 7.2.0.
  • 3215e2a [5.1.x] Pinned isort version to "<6.0.0" to avoid undesired reformat.
  • af6d305 [5.1.x] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.
  • 39b144b [5.1.x] Fixed #36298 -- Truncated the overwritten file content in file_move_s...
  • bbf376b [5.1.x] Fixed #35980 -- Updated setuptools to normalize package names in buil...
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [django](https://github.com/django/django) from 5.1.8 to 5.1.9.
- [Commits](django/django@5.1.8...5.1.9)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.1.9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels May 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 12, 2025 17:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels May 12, 2025
@netlify
Copy link

netlify bot commented May 12, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 722c39c
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/682245eccc80160008f3a72d

@netlify
Copy link

netlify bot commented May 12, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 722c39c
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/682245ec44f0f900083d78d0

@BeryJu BeryJu changed the title build(deps): bump django from 5.1.8 to 5.1.9 core: bump django from 5.1.8 to 5.1.9 May 12, 2025
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@codecov
Copy link

codecov bot commented May 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.74%. Comparing base (82ace18) to head (722c39c).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14483      +/-   ##
==========================================
+ Coverage   92.69%   92.74%   +0.05%     
==========================================
  Files         809      809              
  Lines       41518    41518              
==========================================
+ Hits        38484    38507      +23     
+ Misses       3034     3011      -23     
Flag Coverage Δ
e2e 47.88% <ø> (+0.07%) ⬆️
integration 24.41% <ø> (ø)
unit 90.55% <ø> (+<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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@BeryJu BeryJu merged commit 1211c34 into main May 12, 2025
86 checks passed
@BeryJu BeryJu deleted the dependabot/pip/django-5.1.9 branch May 12, 2025 19:23
@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-722c39c9eae46aacdca27496d17affc1990acb76
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-722c39c9eae46aacdca27496d17affc1990acb76

Afterwards, run the upgrade commands from the latest release notes.

kensternberg-authentik added a commit that referenced this pull request May 22, 2025
* main: (60 commits)
  website: bump the build group in /website with 6 updates (#14502)
  core: remove `OldAuthenticatedSession` content type (#14507)
  core: bump msgraph-sdk from 1.29.0 to 1.30.0 (#14503)
  core: bump twilio from 9.6.0 to 9.6.1 (#14505)
  core: bump psycopg[c,pool] from 3.2.8 to 3.2.9 (#14504)
  enterprise: fix expired license's users being counted (#14451)
  website/integrations: fix missing closing brace for semaphore (#14467)
  tests/e2e: Add E2E tests for Flow SFE (#14484)
  website: bump semver from 7.7.1 to 7.7.2 in /website (#14491)
  core: bump django from 5.1.8 to 5.1.9 (#14483)
  core: bump psycopg[c,pool] from 3.2.7 to 3.2.8 (#14481)
  core: bump sentry-sdk from 2.27.0 to 2.28.0 (#14482)
  root: pin package version in pyproject for dependabot (#14469)
  core: fix session migration when old session can't be loaded (#14466)
  root: temporarily deactivate database pool option (#14443)
  website: bump the build group in /website with 3 updates (#14475)
  website/docs: stages: fix-typo (#14477)
  website/docs: Update Kubernetes Bootstrap Instructions (#14471)
  root: improve sentry distributed tracing (#14468)
  Revert "web/admin: fix enterprise menu display" (#14458)
  ...
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