From 92988099dfb87bf4ef6588413451ad67ab3dffae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 05:07:52 +0000 Subject: [PATCH] Update dependency redis to v8 --- poetry.lock | 38 +++++++++++--------------------------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 28 deletions(-) diff --git a/poetry.lock b/poetry.lock index 619f2ba..ec439fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -803,23 +803,6 @@ files = [ plugins = ["importlib-metadata"] windows-terminal = ["colorama (>=0.4.6)"] -[[package]] -name = "pyjwt" -version = "2.9.0" -description = "JSON Web Token implementation in Python" -optional = false -python-versions = ">=3.8" -files = [ - {file = "PyJWT-2.9.0-py3-none-any.whl", hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850"}, - {file = "pyjwt-2.9.0.tar.gz", hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"}, -] - -[package.extras] -crypto = ["cryptography (>=3.4.0)"] -dev = ["coverage[toml] (==5.0.4)", "cryptography (>=3.4.0)", "pre-commit", "pytest (>=6.0.0,<7.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"] -docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"] -tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] - [[package]] name = "pystmark" version = "0.5.3" @@ -948,21 +931,22 @@ files = [ [[package]] name = "redis" -version = "5.3.1" +version = "8.0.0" description = "Python client for Redis database and key-value store" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" files = [ - {file = "redis-5.3.1-py3-none-any.whl", hash = "sha256:dc1909bd24669cc31b5f67a039700b16ec30571096c5f1f0d9d2324bff31af97"}, - {file = "redis-5.3.1.tar.gz", hash = "sha256:ca49577a531ea64039b5a36db3d6cd1a0c7a60c34124d46924a45b956e8cf14c"}, + {file = "redis-8.0.0-py3-none-any.whl", hash = "sha256:c938c18338585009f0bc310f4c7e4e4b4d37639356c4ac072cedf3af570c8dc7"}, + {file = "redis-8.0.0.tar.gz", hash = "sha256:a00c5355432051ac14e593b8b197fc76c887ee12d55a0984f69328a1115fdc49"}, ] -[package.dependencies] -PyJWT = ">=2.9.0" - [package.extras] -hiredis = ["hiredis (>=3.0.0)"] -ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)"] +circuit-breaker = ["pybreaker (>=1.4.0)"] +hiredis = ["hiredis (>=3.2.0)"] +jwt = ["pyjwt (>=2.12.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)"] [[package]] name = "requests" @@ -1280,4 +1264,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "593e2c31050fc0a158e6db10340c7f8f7636ff8322d77532265a5c45f3899b2b" +content-hash = "814eb94e605a7783ec811d6ebf4c23d620e20dca9d6f165460bbddff81750e70" diff --git a/pyproject.toml b/pyproject.toml index 4245de5..3a6819c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pystmark = "~0.5.3" python = "~3.12" python-dotenv = "^1.0.0" python-telegram-bot = "^20.7" -redis = "^5.0.1" +redis = "^8.0.0" sentry-sdk = "~1" uvicorn = "^0.49.0"