From bcc23ecd4864bbebe0d14dddc8202d78af4008ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 00:22:28 +0000 Subject: [PATCH] [stubsabot] Bump redis to 4.5.3 (#9928) Release: https://pypi.org/pypi/redis/4.5.3 Homepage: https://github.com/redis/redis-py Changelog: https://github.com/redis/redis-py/releases Diff: https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 2 files included in typeshed's stubs have been modified or renamed: `redis/asyncio/client.py`, `redis/asyncio/cluster.py`. - Total lines of Python code added: 58. - Total lines of Python code deleted: 6. --- stubs/redis/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/redis/METADATA.toml b/stubs/redis/METADATA.toml index 9d59f7676..f608be89e 100644 --- a/stubs/redis/METADATA.toml +++ b/stubs/redis/METADATA.toml @@ -1,4 +1,4 @@ -version = "4.5.2" +version = "4.5.3" # Requires a version of cryptography with a `py.typed` file requires = ["cryptography>=35.0.0", "types-pyOpenSSL"]