From 95eb39f0a5050ca282aa86a0ccb485fa96581042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:21:31 +0000 Subject: [PATCH] Bump aioredis from 1.3.1 to 2.0.1 Bumps [aioredis](https://github.com/aio-libs/aioredis-py) from 1.3.1 to 2.0.1. - [Release notes](https://github.com/aio-libs/aioredis-py/releases) - [Changelog](https://github.com/aio-libs-abandoned/aioredis-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/aio-libs/aioredis-py/compare/v1.3.1...v2.0.1) --- updated-dependencies: - dependency-name: aioredis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f10992b..f6a69c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ [project.optional-dependencies] redis-rs = ["redis-rs>=0.12"] redis-py = ["redis>=4.3"] -aioredis = ["aioredis<2"] +aioredis = ["aioredis<3"] dev-test = [ "aioworkers==0.28.0", "coverage[toml]==7.6.10",