From 6fd6707b72f3465362ffda3198bf8b5cbabb5d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 22:34:22 +0000 Subject: [PATCH] build(deps-dev): bump the python-development group with 2 updates Updates the requirements on [redis](https://github.com/redis/redis-py) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `redis` to 8.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/v5.2.1...v8.1.0) Updates `ruff` to 0.16.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.5...0.16.6) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:development dependency-group: python-development - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:development dependency-group: python-development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2faa5c2..0ad5ba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,14 +19,14 @@ dependencies = [ [project.optional-dependencies] redis = [ - "redis>=5.2.1,<7", + "redis>=8.1.0,<9", ] dev = [ "mypy>=2.3.1,<3", "pytest>=9.1.1,<10", "pytest-asyncio>=1.4.0,<2", "pytest-cov>=7.1.0,<8", - "ruff>=0.16.5,<1", + "ruff>=0.16.6,<1", "types-PyYAML>=6.0.12.20260815,<7", ]