Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 18, 2025

Bumps django-redis from 5.4.0 to 6.0.0.

Release notes

Sourced from django-redis's releases.

6.0.0

django-redis 6.0.0 (2025-06-17)

Features

  • Support HashMaps ([#598](https://github.com/jazzband/django-redis/issues/598) <https://github.com/jazzband/django-redis/issues/598>_)
  • Support gzip compression ([#688](https://github.com/jazzband/django-redis/issues/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 ([#730](https://github.com/jazzband/django-redis/issues/730) <https://github.com/jazzband/django-redis/issues/730>_)

Bug Fixes

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

Miscellaneous

  • Added support for Python 3.12 ([#689](https://github.com/jazzband/django-redis/issues/689) <https://github.com/jazzband/django-redis/issues/689>_)
  • Pin pytest to `_)
  • Replace isort and flake8 with ruff ([#692](https://github.com/jazzband/django-redis/issues/692) <https://github.com/jazzband/django-redis/issues/692>_)
  • Drop django 4.0 ([#693](https://github.com/jazzband/django-redis/issues/693) <https://github.com/jazzband/django-redis/issues/693>_)
  • Upgrade black to 23.10.1 ([#695](https://github.com/jazzband/django-redis/issues/695) <https://github.com/jazzband/django-redis/issues/695>_)
  • Typed DefaultClient ([#696](https://github.com/jazzband/django-redis/issues/696) <https://github.com/jazzband/django-redis/issues/696>_)
  • Support pytest>=7 ([#697](https://github.com/jazzband/django-redis/issues/697) <https://github.com/jazzband/django-redis/issues/697>_)
  • Drop support for django 3.2, python 3.6 and python 3.7 ([#699](https://github.com/jazzband/django-redis/issues/699) <https://github.com/jazzband/django-redis/issues/699>_)
  • Support tox 4 ([#701](https://github.com/jazzband/django-redis/issues/701) <https://github.com/jazzband/django-redis/issues/701>_)
  • Configured dependabot for github actions ([#702](https://github.com/jazzband/django-redis/issues/702) <https://github.com/jazzband/django-redis/issues/702>_)
  • Use ubuntu-latest for CI ([#703](https://github.com/jazzband/django-redis/issues/703) <https://github.com/jazzband/django-redis/issues/703>_)
  • Dropped support for django 4.1 and added support for django 5.0 ([#729](https://github.com/jazzband/django-redis/issues/729) <https://github.com/jazzband/django-redis/issues/729>_)
  • Added support for django 5.1 ([#754](https://github.com/jazzband/django-redis/issues/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 ([#755](https://github.com/jazzband/django-redis/issues/755) <https://github.com/jazzband/django-redis/issues/755>_)
  • Added support for Python 3.13 ([#756](https://github.com/jazzband/django-redis/issues/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 ([#757](https://github.com/jazzband/django-redis/issues/757) <https://github.com/jazzband/django-redis/issues/757>_)
  • Confirm support for Django 5.2. Fix shadowing builtin Python exceptions. ([#824](https://github.com/jazzband/django-redis/issues/824) <https://github.com/jazzband/django-redis/issues/824>_)

Deprecations and Removals

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

Sourced from django-redis's changelog.

django-redis 6.0.0 (2025-06-17)

Features

  • Support HashMaps ([#598](https://github.com/jazzband/django-redis/issues/598) <https://github.com/jazzband/django-redis/issues/598>_)
  • Support gzip compression ([#688](https://github.com/jazzband/django-redis/issues/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 ([#730](https://github.com/jazzband/django-redis/issues/730) <https://github.com/jazzband/django-redis/issues/730>_)

Bug Fixes

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

Miscellaneous

  • Added support for Python 3.12 ([#689](https://github.com/jazzband/django-redis/issues/689) <https://github.com/jazzband/django-redis/issues/689>_)
  • Pin pytest to `_)
  • Replace isort and flake8 with ruff ([#692](https://github.com/jazzband/django-redis/issues/692) <https://github.com/jazzband/django-redis/issues/692>_)
  • Drop django 4.0 ([#693](https://github.com/jazzband/django-redis/issues/693) <https://github.com/jazzband/django-redis/issues/693>_)
  • Upgrade black to 23.10.1 ([#695](https://github.com/jazzband/django-redis/issues/695) <https://github.com/jazzband/django-redis/issues/695>_)
  • Typed DefaultClient ([#696](https://github.com/jazzband/django-redis/issues/696) <https://github.com/jazzband/django-redis/issues/696>_)
  • Support pytest>=7 ([#697](https://github.com/jazzband/django-redis/issues/697) <https://github.com/jazzband/django-redis/issues/697>_)
  • Drop support for django 3.2, python 3.6 and python 3.7 ([#699](https://github.com/jazzband/django-redis/issues/699) <https://github.com/jazzband/django-redis/issues/699>_)
  • Support tox 4 ([#701](https://github.com/jazzband/django-redis/issues/701) <https://github.com/jazzband/django-redis/issues/701>_)
  • Configured dependabot for github actions ([#702](https://github.com/jazzband/django-redis/issues/702) <https://github.com/jazzband/django-redis/issues/702>_)
  • Use ubuntu-latest for CI ([#703](https://github.com/jazzband/django-redis/issues/703) <https://github.com/jazzband/django-redis/issues/703>_)
  • Dropped support for django 4.1 and added support for django 5.0 ([#729](https://github.com/jazzband/django-redis/issues/729) <https://github.com/jazzband/django-redis/issues/729>_)
  • Added support for django 5.1 ([#754](https://github.com/jazzband/django-redis/issues/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 ([#755](https://github.com/jazzband/django-redis/issues/755) <https://github.com/jazzband/django-redis/issues/755>_)
  • Added support for Python 3.13 ([#756](https://github.com/jazzband/django-redis/issues/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 ([#757](https://github.com/jazzband/django-redis/issues/757) <https://github.com/jazzband/django-redis/issues/757>_)
  • Confirm support for Django 5.2. Fix shadowing builtin Python exceptions. ([#824](https://github.com/jazzband/django-redis/issues/824) <https://github.com/jazzband/django-redis/issues/824>_)

Deprecations and Removals

  • Drop support for Python 3.8 ([#852](https://github.com/jazzband/django-redis/issues/852) <https://github.com/jazzband/django-redis/issues/852>_)
Commits
  • 7aa46f4 Preparing for release 6.0.0
  • 2f6a3c6 Merge pull request #772 from jazzband/drop-python3.8
  • 1d88733 Apply fixes for black (target 3.9) and ruff (target 3.9)
  • fb5ec1c Remove support for Python 3.8
  • 1eb53b9 Merge pull request #763 from jazzband/pre-commit-ci-update-config
  • 10e27ec Merge pull request #756 from jazzband/python3.13
  • 1cf8bf3 [pre-commit.ci] pre-commit autoupdate
  • cfa1ac9 Added support for Python 3.13
  • 61254e0 Merge pull request #769 from felixxm/confirm-5.2
  • 036bb5d Fix shadowing builtin Python exceptions.
  • 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.4.0 to 6.0.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.4.0...6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 18, 2025
@FuzzyGrim FuzzyGrim merged commit b322ee9 into dev Jun 18, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-redis-6.0.0 branch June 18, 2025 09:10
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants