From f53def1d334c001051370868a631c85cc74abe5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:16:33 +0000 Subject: [PATCH] chore(deps): bump redis from 8.0.0 to 8.0.1 in /quantara Bumps [redis](https://github.com/redis/redis-py) from 8.0.0 to 8.0.1. - [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/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- quantara/poetry.lock | 10 +++++----- quantara/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/quantara/poetry.lock b/quantara/poetry.lock index a7225164..211f7388 100644 --- a/quantara/poetry.lock +++ b/quantara/poetry.lock @@ -3346,20 +3346,20 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "redis" -version = "8.0.0" +version = "8.0.1" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "redis-8.0.0-py3-none-any.whl", hash = "sha256:c938c18338585009f0bc310f4c7e4e4b4d37639356c4ac072cedf3af570c8dc7"}, - {file = "redis-8.0.0.tar.gz", hash = "sha256:a00c5355432051ac14e593b8b197fc76c887ee12d55a0984f69328a1115fdc49"}, + {file = "redis-8.0.1-py3-none-any.whl", hash = "sha256:47daa35a058c23468d6437f17a8c76882cb316b838ef763036af99b96cedd743"}, + {file = "redis-8.0.1.tar.gz", hash = "sha256:afc5a7a2f5a084f5b1880dec548dd45be17db7e43c82a30d84f952aefb05cfb0"}, ] [package.extras] circuit-breaker = ["pybreaker (>=1.4.0)"] hiredis = ["hiredis (>=3.2.0)"] -jwt = ["pyjwt (>=2.12.0)"] +jwt = ["pyjwt (>=2.13.0)"] ocsp = ["cryptography (>=36.0.1)", "pyopenssl (>=20.0.1)", "requests (>=2.31.0)"] otel = ["opentelemetry-api (>=1.39.1)", "opentelemetry-exporter-otlp-proto-http (>=1.39.1)", "opentelemetry-sdk (>=1.39.1)"] xxhash = ["xxhash (>=3.6.0,<3.7.0)"] @@ -4376,4 +4376,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "e1eb113bfb3744ea3b9175ad84a11f8e9e9eaef3ebd30a2cfe98d2958a9a44fc" +content-hash = "b19aa078c143f87c8d338ef7871a77793b2a29a775f8b5f38386af922ef73b65" diff --git a/quantara/pyproject.toml b/quantara/pyproject.toml index 1ff4c4c2..9a1b1671 100644 --- a/quantara/pyproject.toml +++ b/quantara/pyproject.toml @@ -25,7 +25,7 @@ pytest-env = "1.1.5" pytest-mock = "3.14.0" httpx = "0.27.2" celery = "5.4.0" -redis = "8.0.0" +redis = "8.0.1" trio = "0.27.0" aiogram = ">=3.13.1" aiohttp = "^3.10.10"