From ab4d806d8f304a71da19ed2418f2f41b9617b051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:03:42 +0000 Subject: [PATCH] build(deps): bump redis from 6.2.0 to 7.3.0 Bumps [redis](https://github.com/redis/redis-py) from 6.2.0 to 7.3.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/v6.2.0...v7.3.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41cc837fab3..ebe9c8ce0d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ "django-sequences==3.0", "oauthlib==3.3.1", "pyjwt==2.8.0", - "redis==6.2.0", + "redis==7.3.0", # geopython dependencies "pycsw @ git+https://github.com/geopython/pycsw.git@3.0.0-beta1",