chore(deps): update dependency django-redis to v6 #82

Open
Renovate wants to merge 1 commit from renovate/django-redis-6.x into react-django
Collaborator

This PR contains the following updates:

Package Change Age Confidence
django-redis ==5.4.0==6.0.0 age confidence

Release Notes

jazzband/django-redis (django-redis)

v6.0.0

Compare Source

===============================

Features

  • Support HashMaps (#&#8203;598 <https://github.com/jazzband/django-redis/issues/598>_)
  • Support gzip compression (#&#8203;688 <https://github.com/jazzband/django-redis/issues/688>_)
  • Support for sets and support basic operations, sadd, scard, sdiff, sdiffstore, sinter, sinterstore, smismember, sismember, smembers, smove, spop, srandmember, srem, sscan, sscan_iter, sunion, sunionstore (#&#8203;730 <https://github.com/jazzband/django-redis/issues/730>_)

Bug Fixes

  • Hotfix for timeout=DEFAULT_TIMEOUT in expire and pexpire (#&#8203;724 <https://github.com/jazzband/django-redis/issues/724>_)
  • Fix is_master parsing error for write separation in sentinel mode (#&#8203;749 <https://github.com/jazzband/django-redis/issues/749>_)
  • Added blocking parameter for cache.lock (#&#8203;752 <https://github.com/jazzband/django-redis/issues/752>_)

Miscellaneous

  • Added support for Python 3.12 (#&#8203;689 <https://github.com/jazzband/django-redis/issues/689>_)
  • Pin pytest to <7.0 until compatibility issues are resolved (#&#8203;690 <https://github.com/jazzband/django-redis/issues/690>_)
  • Replace isort and flake8 with ruff (#&#8203;692 <https://github.com/jazzband/django-redis/issues/692>_)
  • Drop django 4.0 (#&#8203;693 <https://github.com/jazzband/django-redis/issues/693>_)
  • Upgrade black to 23.10.1 (#&#8203;695 <https://github.com/jazzband/django-redis/issues/695>_)
  • Typed DefaultClient (#&#8203;696 <https://github.com/jazzband/django-redis/issues/696>_)
  • Support pytest>=7 (#&#8203;697 <https://github.com/jazzband/django-redis/issues/697>_)
  • Drop support for django 3.2, python 3.6 and python 3.7 (#&#8203;699 <https://github.com/jazzband/django-redis/issues/699>_)
  • Support tox 4 (#&#8203;701 <https://github.com/jazzband/django-redis/issues/701>_)
  • Configured dependabot for github actions (#&#8203;702 <https://github.com/jazzband/django-redis/issues/702>_)
  • Use ubuntu-latest for CI (#&#8203;703 <https://github.com/jazzband/django-redis/issues/703>_)
  • Dropped support for django 4.1 and added support for django 5.0 (#&#8203;729 <https://github.com/jazzband/django-redis/issues/729>_)
  • Added support for django 5.1 (#&#8203;754 <https://github.com/jazzband/django-redis/issues/754>_)
  • Update minimum supported versions in README.md: Python to 3.8, Django to 4.2, redis-py to 4.0.2 (#&#8203;755 <https://github.com/jazzband/django-redis/issues/755>_)
  • Added support for Python 3.13 (#&#8203;756 <https://github.com/jazzband/django-redis/issues/756>_)
  • Speed up tests by using pytest-xdist and separating settings on different redis databases.
    Dropped pytest-django
    Using docker-compose for setting up redis containers for testing
    Use tox-uv (#&#8203;757 <https://github.com/jazzband/django-redis/issues/757>_)
  • Confirm support for Django 5.2.
    Fix shadowing builtin Python exceptions. (#&#8203;824 <https://github.com/jazzband/django-redis/issues/824>_)

Deprecations and Removals

  • Drop support for Python 3.8 (#&#8203;852 <https://github.com/jazzband/django-redis/issues/852>_)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [django-redis](https://github.com/jazzband/django-redis) | `==5.4.0` → `==6.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/django-redis/6.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/django-redis/5.4.0/6.0.0?slim=true) | --- ### Release Notes <details> <summary>jazzband/django-redis (django-redis)</summary> ### [`v6.0.0`](https://github.com/jazzband/django-redis/blob/HEAD/CHANGELOG.rst#django-redis-600-2025-06-17) [Compare Source](https://github.com/jazzband/django-redis/compare/5.4.0...6.0.0) \=============================== ## Features - Support HashMaps (`#&#8203;598 <https://github.com/jazzband/django-redis/issues/598>`\_) - Support gzip compression (`#&#8203;688 <https://github.com/jazzband/django-redis/issues/688>`\_) - Support for sets and support basic operations, sadd, scard, sdiff, sdiffstore, sinter, sinterstore, smismember, sismember, smembers, smove, spop, srandmember, srem, sscan, sscan\_iter, sunion, sunionstore (`#&#8203;730 <https://github.com/jazzband/django-redis/issues/730>`\_) ## Bug Fixes - Hotfix for timeout=DEFAULT\_TIMEOUT in expire and pexpire (`#&#8203;724 <https://github.com/jazzband/django-redis/issues/724>`\_) - Fix is\_master parsing error for write separation in sentinel mode (`#&#8203;749 <https://github.com/jazzband/django-redis/issues/749>`\_) - Added blocking parameter for `cache.lock` (`#&#8203;752 <https://github.com/jazzband/django-redis/issues/752>`\_) ## Miscellaneous - Added support for Python 3.12 (`#&#8203;689 <https://github.com/jazzband/django-redis/issues/689>`\_) - Pin pytest to <7.0 until compatibility issues are resolved (`#&#8203;690 <https://github.com/jazzband/django-redis/issues/690>`\_) - Replace isort and flake8 with ruff (`#&#8203;692 <https://github.com/jazzband/django-redis/issues/692>`\_) - Drop django 4.0 (`#&#8203;693 <https://github.com/jazzband/django-redis/issues/693>`\_) - Upgrade black to 23.10.1 (`#&#8203;695 <https://github.com/jazzband/django-redis/issues/695>`\_) - Typed DefaultClient (`#&#8203;696 <https://github.com/jazzband/django-redis/issues/696>`\_) - Support pytest>=7 (`#&#8203;697 <https://github.com/jazzband/django-redis/issues/697>`\_) - Drop support for django 3.2, python 3.6 and python 3.7 (`#&#8203;699 <https://github.com/jazzband/django-redis/issues/699>`\_) - Support tox 4 (`#&#8203;701 <https://github.com/jazzband/django-redis/issues/701>`\_) - Configured dependabot for github actions (`#&#8203;702 <https://github.com/jazzband/django-redis/issues/702>`\_) - Use ubuntu-latest for CI (`#&#8203;703 <https://github.com/jazzband/django-redis/issues/703>`\_) - Dropped support for django 4.1 and added support for django 5.0 (`#&#8203;729 <https://github.com/jazzband/django-redis/issues/729>`\_) - Added support for django 5.1 (`#&#8203;754 <https://github.com/jazzband/django-redis/issues/754>`\_) - Update minimum supported versions in README.md: Python to 3.8, Django to 4.2, redis-py to 4.0.2 (`#&#8203;755 <https://github.com/jazzband/django-redis/issues/755>`\_) - Added support for Python 3.13 (`#&#8203;756 <https://github.com/jazzband/django-redis/issues/756>`\_) - Speed up tests by using `pytest-xdist` and separating settings on different redis databases. Dropped `pytest-django` Using `docker-compose` for setting up redis containers for testing Use `tox-uv` (`#&#8203;757 <https://github.com/jazzband/django-redis/issues/757>`\_) - Confirm support for Django 5.2. Fix shadowing builtin Python exceptions. (`#&#8203;824 <https://github.com/jazzband/django-redis/issues/824>`\_) ## Deprecations and Removals - Drop support for Python 3.8 (`#&#8203;852 <https://github.com/jazzband/django-redis/issues/852>`\_) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuNCIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC40IiwidGFyZ2V0QnJhbmNoIjoicmVhY3QtZGphbmdvIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency django-redis to v6
All checks were successful
Backend OCI Build / build (push) Successful in 3m47s
Backend Tests / test (push) Successful in 1m55s
Backend OCI Build / build (pull_request) Successful in 50s
Backend Tests / test (pull_request) Successful in 2m1s
e255428e62
All checks were successful
Backend OCI Build / build (push) Successful in 3m47s
Backend Tests / test (push) Successful in 1m55s
Backend OCI Build / build (pull_request) Successful in 50s
Backend Tests / test (pull_request) Successful in 2m1s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/django-redis-6.x:renovate/django-redis-6.x
git switch renovate/django-redis-6.x

Merge

Merge the changes and update on Forgejo.
git switch react-django
git merge --no-ff renovate/django-redis-6.x
git switch renovate/django-redis-6.x
git rebase react-django
git switch react-django
git merge --ff-only renovate/django-redis-6.x
git switch renovate/django-redis-6.x
git rebase react-django
git switch react-django
git merge --no-ff renovate/django-redis-6.x
git switch react-django
git merge --squash renovate/django-redis-6.x
git switch react-django
git merge --ff-only renovate/django-redis-6.x
git switch react-django
git merge renovate/django-redis-6.x
git push origin react-django
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Aroy/Gallery-Archivist!82
No description provided.