summaryrefslogtreecommitdiff
path: root/dev-python/typer/typer-0.9.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/typer/typer-0.9.0.ebuild')
-rw-r--r--dev-python/typer/typer-0.9.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/typer/typer-0.9.0.ebuild b/dev-python/typer/typer-0.9.0.ebuild
index 6be2d17b..e3a2383f 100644
--- a/dev-python/typer/typer-0.9.0.ebuild
+++ b/dev-python/typer/typer-0.9.0.ebuild
@@ -21,7 +21,8 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
RDEPEND="
- <=dev-python/click-8.0.4[${PYTHON_USEDEP}]
+ <dev-python/click-8.1.0[${PYTHON_USEDEP}]
+ >=dev-python/click-8.0.0[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
"