From ec8301570add3f8582e96d7f9aaed87e14154cca Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 28 Dec 2021 19:30:31 +0100 Subject: Merging upstream version 1.10.0. Signed-off-by: Daniel Baumann --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index aba1fba..f722d8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iredis" -version = "1.9.4" +version = "1.10.0" description = "Terminal client for Redis with auto-completion and syntax highlighting." authors = ["laixintao "] readme = 'README.md' @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Topic :: Database", "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", @@ -31,7 +32,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.6" -redis = "^3" +redis = "^3.4.0" prompt_toolkit = "^3" Pygments = "^2" mistune = "^0.8" @@ -43,7 +44,7 @@ importlib-resources = "^5.1.0" wcwidth = "0.1.9" [tool.poetry.dev-dependencies] -pytest = "^5" +pytest = "^6" pexpect = "^4.7" [tool.poetry.scripts] -- cgit v1.2.3