Skip to content

core: bump django-redis from 5.3.0 to 5.4.0#7023

Merged
BeryJu merged 1 commit intomainfrom
dependabot/pip/django-redis-5.4.0
Oct 2, 2023
Merged

core: bump django-redis from 5.3.0 to 5.4.0#7023
BeryJu merged 1 commit intomainfrom
dependabot/pip/django-redis-5.4.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps django-redis from 5.3.0 to 5.4.0.

Release notes

Sourced from django-redis's releases.

5.4.0

django-redis 5.4.0 (2023-10-01)

Features

  • Connection factory goes to cache options ([#680](https://github.com/jazzband/django-redis/issues/680) <https://github.com/jazzband/django-redis/issues/680>_)

Documentation

  • Added note in docs for correctly configuring hiredis parser when using redis-py version 5. ([#677](https://github.com/jazzband/django-redis/issues/677) <https://github.com/jazzband/django-redis/issues/677>_)
Changelog

Sourced from django-redis's changelog.

django-redis 5.4.0 (2023-10-01)

Features

  • Connection factory goes to cache options ([#680](https://github.com/jazzband/django-redis/issues/680) <https://github.com/jazzband/django-redis/issues/680>_)

Documentation

  • Added note in docs for correctly configuring hiredis parser when using redis-py version 5. ([#677](https://github.com/jazzband/django-redis/issues/677) <https://github.com/jazzband/django-redis/issues/677>_)
Commits
  • 2a3770f Merge pull request #683 from WisdomPill/release540
  • c09ad9b Preparing release 5.4.0
  • a582fe4 Merge pull request #680 from RealFatCat/feat/connection-factory-in-cache-options
  • 77097d3 Connection factory goes to cache options
  • 097c997 Merge pull request #681 from jazzband/pre-commit-ci-update-config
  • 541dbb4 [pre-commit.ci] pre-commit autoupdate
  • 891aa48 Merge pull request #679 from jazzband/pre-commit-ci-update-config
  • d79f4c9 [pre-commit.ci] pre-commit autoupdate
  • 3619218 Merge pull request #677 from jazzband/readme-patch-1
  • c85f609 Create 677.doc
  • 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)

Bumps [django-redis](https://github.com/jazzband/django-redis) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/jazzband/django-redis/releases)
- [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst)
- [Commits](jazzband/django-redis@5.3.0...5.4.0)

---
updated-dependencies:
- dependency-name: django-redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 2, 2023 04:43
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2023
@netlify
Copy link

netlify bot commented Oct 2, 2023

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit c16ab40
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/651a4a7ee59621000899d3cf

@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (d55c0c1) 92.70% compared to head (c16ab40) 92.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7023      +/-   ##
==========================================
+ Coverage   92.70%   92.71%   +0.01%     
==========================================
  Files         567      567              
  Lines       27965    27965              
==========================================
+ Hits        25923    25925       +2     
+ Misses       2042     2040       -2     
Flag Coverage Δ
e2e 51.12% <ø> (+0.01%) ⬆️
integration 26.27% <ø> (ø)
unit 89.60% <ø> (ø)

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

see 1 file with indirect coverage changes

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

@BeryJu BeryJu merged commit 47e226a into main Oct 2, 2023
@BeryJu BeryJu deleted the dependabot/pip/django-redis-5.4.0 branch October 2, 2023 09:26
kensternberg-authentik added a commit that referenced this pull request Oct 2, 2023
* main:
  web/admin: use <pre> for order field on bound elements (#7031)
  blueprints: fix mismatched user-login stage order (#7030)
  stages/email: rework email templates (#7029)
  website/docs: add notice for nginx ingress configuration requirement (#7027)
  translate: Updates for web/xliff/en.xlf in fr
  web: locales: rename fr_FR to fr to match transifex
  events: fix error when storing events with date/time/datetime/etc (#7028)
  stages/invitation: fix mis-matched serializer class for invitation (#7018)
  web: bump mermaid from 10.4.0 to 10.5.0 in /web (#7026)
  web: bump core-js from 3.32.2 to 3.33.0 in /web (#7020)
  core: bump webauthn from 1.10.1 to 1.11.0 (#7021)
  core: bump pylint from 2.17.6 to 2.17.7 (#7022)
  core: bump django-redis from 5.3.0 to 5.4.0 (#7023)
  core: bump packaging from 23.1 to 23.2 (#7024)
kensternberg-authentik added a commit that referenced this pull request Oct 2, 2023
* main: (23 commits)
  web/admin: use <pre> for order field on bound elements (#7031)
  blueprints: fix mismatched user-login stage order (#7030)
  stages/email: rework email templates (#7029)
  website/docs: add notice for nginx ingress configuration requirement (#7027)
  translate: Updates for web/xliff/en.xlf in fr
  web: locales: rename fr_FR to fr to match transifex
  events: fix error when storing events with date/time/datetime/etc (#7028)
  stages/invitation: fix mis-matched serializer class for invitation (#7018)
  web: bump mermaid from 10.4.0 to 10.5.0 in /web (#7026)
  web: bump core-js from 3.32.2 to 3.33.0 in /web (#7020)
  core: bump webauthn from 1.10.1 to 1.11.0 (#7021)
  core: bump pylint from 2.17.6 to 2.17.7 (#7022)
  core: bump django-redis from 5.3.0 to 5.4.0 (#7023)
  core: bump packaging from 23.1 to 23.2 (#7024)
  web/admin: invitation stage: default "continue without invitation" to false
  core: bump pydantic from 2.4.1 to 2.4.2 (#7014)
  website: bump postcss from 8.4.30 to 8.4.31 in /website (#7015)
  internal: fix redis session store (#7011)
  web: bump rollup from 3.29.3 to 3.29.4 in /web (#7009)
  core: bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (#7007)
  ...
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