1
0
Fork 0

Adding upstream version 1.11.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:06:02 +01:00
parent e47dfcc74f
commit 10fd6b3697
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
21 changed files with 128 additions and 118 deletions

View file

@ -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"