From 5d594a43ceb12276ba74fb50ca738eec5ee6d65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:24:39 +0000 Subject: [PATCH] Update redis requirement from <7.1.0,>=5.0.0 to >=5.0.0,<8.1.0 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [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/v5.0.0...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c497dc..c5d3d8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ cli = [ "pydantic-settings>=2.4.0", "selenium>=4.28.0,<5.0", "textual>=0.80.0", - "redis>=5.0.0,<7.1.0", + "redis>=5.0.0,<8.1.0", "winacl==0.1.9", # Offline VM disk-image credential extraction (vm_artifact_service): dissect # reads VMware/Hyper-V disk-image containers + NTFS in pure Python (userspace,