summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-04-07 19:43:10 -0500
committerGitHub <noreply@github.com>2026-04-07 19:43:10 -0500
commit6cb0209a41c25ffacdc25a6dd8920cf276b30ec2 (patch)
tree48dd5dd4c665b95d4d70aae596440cfff3b5b6cc
parenta5e545603785723c67c6cd276937354e76d2e1c5 (diff)
Bump redis from 7.3.0 to 7.4.0 in /requirements (#2574)
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](https://github.com/redis/redis-py/compare/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--requirements/prod.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/prod.txt b/requirements/prod.txt
index 530db8d3..9b273470 100644
--- a/requirements/prod.txt
+++ b/requirements/prod.txt
@@ -1,5 +1,5 @@
-r common.txt
gunicorn==25.1.0
psycopg[c]==3.3.3
-redis==7.3.0
+redis==7.4.0
sentry-sdk==2.57.0