1
0
Fork 0

Merging upstream version 1.11.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:07:12 +01:00
parent fb18ab4858
commit 2cc6df0779
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
10 changed files with 301 additions and 280 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "iredis"
version = "1.11.0"
version = "1.11.1"
description = "Terminal client for Redis with auto-completion and syntax highlighting."
authors = ["laixintao <laixintao1995@163.com>"]
readme = 'README.md'
@ -42,6 +42,7 @@ pendulum = "^2.0"
importlib-resources = "^5.1.0"
# wcwidth 0.2.x uses pkg_resources which is not supported by PyOxidizer
wcwidth = "0.1.9"
packaging = "^21.3"
[tool.poetry.dev-dependencies]
pytest = "^6"