From a4a401e2ecb78b16fe437f3539415948c2c3ae81 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Mon, 28 Mar 2022 15:59:42 +0300 Subject: [PATCH 1/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad7dec4..a4d9aed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ keywords = ["Redis JSON Extension"] [tool.poetry.dependencies] python = "^3.6" -redis = "3.5.3" +redis = "^4.1.4" six = "^1.16.0" cloudpickle = "^1.6.0" From fcb6043f27c88a74244a567cb6b251d710099a3a Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Mon, 28 Mar 2022 16:02:54 +0300 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4d9aed..9e34663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ tox-poetry = "^0.3.0" bandit = "^1.7.0" vulture = "^2.3" distro = "^1.5.0" -rltest = "0.4.2" +rltest = "0.5.2" [build-system] requires = ["poetry-core>=1.0.0"] From 51cb704d8021ff6765c3866e0888993459827e10 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Sun, 10 Apr 2022 11:46:14 +0300 Subject: [PATCH 3/3] redis to latest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e34663..2bc50c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ keywords = ["Redis JSON Extension"] [tool.poetry.dependencies] python = "^3.6" -redis = "^4.1.4" +redis = "^4.2.0" six = "^1.16.0" cloudpickle = "^1.6.0"