From dc00dca5c240175c12cfeb8b148ad7d9833042fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:16:12 +0000 Subject: [PATCH] chore(deps-dev): bump redis from 7.0.1 to 7.1.0 Bumps [redis](https://github.com/redis/redis-py) from 7.0.1 to 7.1.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.0.1...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2268eef..4e6af80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Changelog = "https://linkd.readthedocs.io/en/latest/changelog.html" [dependency-groups] extensions = [ "fastapi[standard]==0.121.1", - "redis==7.0.1", + "redis==7.1.0", "quart==0.20.0", "sanic==25.3.0" ]