From fd032332012170cfda7feb1df38efe5094db1dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 22:34:15 +0000 Subject: [PATCH] build(deps-dev): bump the python-development group with 3 updates Updates the requirements on [redis](https://github.com/redis/redis-py), [ruff](https://github.com/astral-sh/ruff) and [types-pyyaml](https://github.com/python/typeshed) 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.7 - [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.7) Updates `types-pyyaml` to 6.0.12.20260906 - [Commits](https://github.com/python/typeshed/commits) --- 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.7 dependency-type: direct:development dependency-group: python-development - dependency-name: types-pyyaml dependency-version: 6.0.12.20260906 dependency-type: direct:development dependency-group: python-development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2faa5c2..0244e7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,15 +19,15 @@ 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", - "types-PyYAML>=6.0.12.20260815,<7", + "ruff>=0.16.7,<1", + "types-PyYAML>=6.0.12.20260906,<7", ] [tool.hatch.build.targets.wheel]