Skip to content

Bump redis from 7.3.0 to 7.4.0#1160

Merged
JSv4 merged 1 commit intomainfrom
dependabot/pip/redis-7.4.0
Mar 25, 2026
Merged

Bump redis from 7.3.0 to 7.4.0#1160
JSv4 merged 1 commit intomainfrom
dependabot/pip/redis-7.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 24, 2026

Bumps redis from 7.3.0 to 7.4.0.

Release notes

Sourced from redis's releases.

7.4.0

Changes

🐛 Bug Fixes

  • Fix AttributeError in cluster metrics recording when connection is None or ClusterNode object instance is used to extract the connection info (#3999)
  • Fixing security concern in repr methods for ConnectionPools - passwords might leak in plain text logs (#3998)
  • Refactored connection count and SCH metric collection (#4001)

🧪 Experimental Features

-Refactored health check logic for MultiDBClient (#3994)

🧰 Maintenance

  • Expose basic Otel classes and functions to be importable through redis.observability to match the examples in the readthedocs (#3996)

We'd like to thank all the contributors who worked on this release! @​vladvildanov @​petyaslavova

Commits
  • b72f24a Updating lib version to 7.4.0
  • 0a4e0af Refactored health check logic for MultiDBClient (#3994)
  • 15492c9 Refactored connection count and SCH metric collection (#4001)
  • cd964ac Expose basic Otel classes and funtions to be importable through redis.observa...
  • 46ab74d Fixing security concern in repr methods for ConnectionPools - passwords m...
  • 26482db Fix AttributeError in cluster metrics recording when connection is None or Cl...
  • See full diff 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 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 [redis](https://github.com/redis/redis-py) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v7.3.0...v7.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 24, 2026
@claude
Copy link
Copy Markdown

claude Bot commented Mar 24, 2026

PR Review: Bump redis from 7.3.0 to 7.4.0

Straightforward Dependabot dependency bump assessment:

Recommendation: Approve and merge

Single line change in requirements/base.txt, minor version bump (7.3.0 -> 7.4.0) with a high Dependabot compatibility score.

What is in 7.4.0

  • Security fix: Passwords could leak in plain text logs via __repr__ methods on ConnectionPools. Relevant to production -- this fix alone makes the upgrade worthwhile.
  • Bug fix: AttributeError in cluster metrics when connection is None.
  • Bug fix: Refactored connection count and SCH metric collection.
  • Experimental: Refactored health check logic for MultiDBClient.
  • Maintenance: OpenTelemetry classes exposed via redis.observability.

Assessment

  • No breaking changes: Minor version bump; redis-py follows semver.
  • Security improvement: The __repr__ password leak fix is meaningful for any environment where Redis connection pool objects might appear in logs.
  • No code changes needed: This project uses redis as a broker for Celery and Django caching -- none of the changed internal APIs affect usage here.
  • Ecosystem compatibility: High Dependabot compatibility score indicates no regressions reported.

Minimal, well-scoped change with a concrete security improvement. No additional test coverage or code changes needed.

@JSv4 JSv4 merged commit e3cc44e into main Mar 25, 2026
5 checks passed
@JSv4 JSv4 deleted the dependabot/pip/redis-7.4.0 branch March 25, 2026 01:17
JSv4 added a commit that referenced this pull request Apr 29, 2026
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.

1 participant