summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
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"