summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
commita320eb8cc0ffd385a276d5fe923cec930e64dc66 (patch)
tree3d0c068aac41bcdca6bed8deaca8feeb1cfe3a09 /pyproject.toml
parentAdding upstream version 1.10.0. (diff)
downloadiredis-upstream/1.11.0.tar.xz
iredis-upstream/1.11.0.zip
Adding upstream version 1.11.0.upstream/1.11.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
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 <laixintao1995@163.com>"]
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"