Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency django-redis to v5.4.0 #2936

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-redis 5.0.0 -> 5.4.0 age adoption passing confidence

Release Notes

jazzband/django-redis (django-redis)

v5.4.0

Compare Source

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

Features

  • Connection factory goes to cache options (#&#8203;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. (#&#8203;677 <https://github.com/jazzband/django-redis/issues/677>_)

v5.3.0

Compare Source

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

Features

  • Add support for django 4 (#&#8203;627 <https://github.com/jazzband/django-redis/issues/627>_)

Bug Fixes

  • Access django_redis.cache.DJANGO_REDIS_SCAN_ITERSIZE and django_redis.client.herd.CACHE_HERD_TIMEOUT in runtime to not read Django settings in import time. (#&#8203;638 <https://github.com/jazzband/django-redis/issues/638>_)
  • Skipping pickle serializer test for django >= 4.2 (#&#8203;646 <https://github.com/jazzband/django-redis/issues/646>_)

Miscellaneous

  • Speed up deleting multiple keys by a pattern with pipelines and larger itersize (#&#8203;609 <https://github.com/jazzband/django-redis/issues/609>_)
  • Print full exception traceback when logging ignored exceptions (#&#8203;611 <https://github.com/jazzband/django-redis/issues/611>_)
  • Fix mypy linting (#&#8203;626 <https://github.com/jazzband/django-redis/issues/626>_)
  • Added support for python 3.11 (#&#8203;633 <https://github.com/jazzband/django-redis/issues/633>_)
  • Fix CI, running tox<4 to still support Python 3.6. (#&#8203;645 <https://github.com/jazzband/django-redis/issues/645>_)
  • Dropped support for django 2.2 and 3.1 (#&#8203;649 <https://github.com/jazzband/django-redis/issues/649>_)
  • Run actions & tox against Django 4..2 (#&#8203;668 <https://github.com/jazzband/django-redis/issues/668>_)

v5.2.0

Compare Source

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

Bug Fixes

  • Block use with broken redis-py 4.0.0 and 4.0.1 (#&#8203;542 <https://github.com/jazzband/django-redis/issues/542>_)

Miscellaneous

  • Unblock redis-py >=4.0.2 (#&#8203;576 <https://github.com/jazzband/django-redis/issues/576>_)
  • Add support for django 4 (#&#8203;579 <https://github.com/jazzband/django-redis/issues/579>_)

v5.1.0

Compare Source

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

Features

  • Add Python 3.10 to CI (#&#8203;536 <https://github.com/jazzband/django-redis/issues/536>_)
  • Configured towncrier to generate the changelog. (#&#8203;548 <https://github.com/jazzband/django-redis/issues/548>_)
  • Added django_redis.compressors.zstd.ZStdCompressor to provide pyzstd cache value compression. (#&#8203;551 <https://github.com/jazzband/django-redis/issues/551>_)
  • Change pickle default version to Python default instead of highest version. (#&#8203;555 <https://github.com/jazzband/django-redis/issues/555>_)
  • Add hiredis extra dependency to request redis[hiredis]. (#&#8203;556 <https://github.com/jazzband/django-redis/issues/556>_)
  • Add pexpireat to allow setting 'expire at' with millisecond precision. (#&#8203;564 <https://github.com/jazzband/django-redis/issues/564>_)

Bug Fixes

  • Make expire, pexpire, expireat and persist return the redis client value (#&#8203;564 <https://github.com/jazzband/django-redis/issues/564>_)

Miscellaneous

  • Convert most unittest class tests to pytest tests. (#&#8203;553 <https://github.com/jazzband/django-redis/issues/553>_)
  • Update type comments to type annotations. (#&#8203;568 <https://github.com/jazzband/django-redis/issues/568>_)
  • Pin redis-py to 3.x until 4.x breaking changes can be addressed. (#&#8203;570 <https://github.com/jazzband/django-redis/issues/570>_)

Documentation

  • Clarify redis primary name in sentinel documentation. (#&#8203;529 <https://github.com/jazzband/django-redis/issues/529>_)
  • Add documentation on configuring self signed SSL certificates. (#&#8203;559 <https://github.com/jazzband/django-redis/issues/559>_)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Mar 31, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR 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 PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv mitx_pro-p3w2_suf-py3.9 in /home/ubuntu/.cache/pypoetry/virtualenvs

Because mitol-django-common (2023.12.19) depends on django-redis (>=5.0.0,<5.1.0)
 and mitx pro depends on django-redis (5.4.0), mitol-django-common is forbidden.
So, because mitx pro depends on mitol-django-common (2023.12.19), version solving failed.

@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from cd55c7b to c4f8b17 Compare April 1, 2024 07:19
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from c4f8b17 to 8f135b1 Compare April 2, 2024 12:18
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from 8f135b1 to 3a30ace Compare April 2, 2024 15:45
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from 3a30ace to faece63 Compare April 3, 2024 11:13
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from faece63 to 90c56dd Compare April 3, 2024 11:18
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from 90c56dd to 0c2fca6 Compare April 4, 2024 15:11
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from 0c2fca6 to 9e3ef13 Compare April 5, 2024 13:01
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from 9e3ef13 to f9c0c46 Compare April 8, 2024 11:47
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from f9c0c46 to 75c162f Compare April 8, 2024 17:36
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from 75c162f to 561c1df Compare April 9, 2024 09:03
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from 561c1df to 4caf576 Compare April 9, 2024 14:24
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from 4caf576 to 145f455 Compare April 13, 2024 06:40
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from 145f455 to aa79d91 Compare April 13, 2024 07:43
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from aa79d91 to 20cb33b Compare April 13, 2024 09:57
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch 14 times, most recently from 2758f5f to 13cf82b Compare May 7, 2024 10:02
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from 13cf82b to 907d205 Compare May 14, 2024 13:28
Copy link
Contributor Author

renovate bot commented May 14, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR 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 PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv mitx_pro-p3w2_suf-py3.9 in /home/ubuntu/.cache/pypoetry/virtualenvs

Because mitol-django-common (2023.12.19) depends on django-redis (>=5.0.0,<5.1.0)
 and mitx pro depends on django-redis (5.4.0), mitol-django-common is forbidden.
So, because mitx pro depends on mitol-django-common (2023.12.19), version solving failed.

@renovate renovate bot force-pushed the renovate/django-redis-5.x branch 9 times, most recently from 0b069f6 to c1199fd Compare May 21, 2024 11:49
@asadali145
Copy link
Contributor

This will be fixed once we have upgraded django-redis in ol-django. Last time I checked, ol-django was having issues merging renovate PRs and Tobias and Nathan were discussing to automate the blockers in ol-django.

@asadali145 asadali145 removed their assignment May 22, 2024
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from c1199fd to d7908e9 Compare May 22, 2024 13:53
@renovate renovate bot force-pushed the renovate/django-redis-5.x branch from d7908e9 to cf4e1df Compare May 24, 2024 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants