From 668977aa6a04dbdfb1c4856dbf8577800505873e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 25 Jan 2022 21:03:28 +0100 Subject: Merging upstream version 1.11.0: - compatible with mistune 2.0 (Closes: #1003572). Signed-off-by: Daniel Baumann --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f722d8b..cfab0bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iredis" -version = "1.10.0" +version = "1.11.0" description = "Terminal client for Redis with auto-completion and syntax highlighting." authors = ["laixintao "] readme = 'README.md' @@ -35,7 +35,7 @@ python = "^3.6" redis = "^3.4.0" prompt_toolkit = "^3" Pygments = "^2" -mistune = "^0.8" +mistune = "^2.0" configobj = "^5.0" click = "^7.0" pendulum = "^2.0" -- cgit v1.2.3