fix(deps): update dependency django-redis to ~5.3
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
django-redis |
~5.2 -> ~5.3
|
Release Notes
jazzband/django-redis
v5.3.0
===============================
Features
- Add support for django 4 (
#​627 <https://github.com/jazzband/django-redis/issues/627>
_)
Bug Fixes
- Access
django_redis.cache.DJANGO_REDIS_SCAN_ITERSIZE
anddjango_redis.client.herd.CACHE_HERD_TIMEOUT
in runtime to not read Django settings in import time. (#​638 <https://github.com/jazzband/django-redis/issues/638>
_) - Skipping pickle serializer test for django >= 4.2 (
#​646 <https://github.com/jazzband/django-redis/issues/646>
_)
Miscellaneous
- Speed up deleting multiple keys by a pattern with pipelines and larger itersize (
#​609 <https://github.com/jazzband/django-redis/issues/609>
_) - Print full exception traceback when logging ignored exceptions (
#​611 <https://github.com/jazzband/django-redis/issues/611>
_) - Fix mypy linting (
#​626 <https://github.com/jazzband/django-redis/issues/626>
_) - Added support for python 3.11 (
#​633 <https://github.com/jazzband/django-redis/issues/633>
_) - Fix CI, running tox<4 to still support Python 3.6. (
#​645 <https://github.com/jazzband/django-redis/issues/645>
_) - Dropped support for django 2.2 and 3.1 (
#​649 <https://github.com/jazzband/django-redis/issues/649>
_) - Run actions & tox against Django 4..2 (
#​668 <https://github.com/jazzband/django-redis/issues/668>
_)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Merge request reports
Activity
Filter activity
assigned to @nico
Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this MR as-is.
Renovate will retry this branch, including artifacts, only when one of the following happens:- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this MR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: poetry.lock
installing v2 tool python v3.11.4 mkdir: cannot create directory ‘/opt/buildpack/tools/python/3.11.4’: Permission denied mkdir: cannot create directory ‘/opt/buildpack/tools/python/3.11.4’: Permission denied
mentioned in issue #3
unassigned @nico
Please register or sign in to reply