From a17b06d18b9cdc74d455c2cce8f21fb522367ae9 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Tue, 31 Aug 2021 12:53:51 +0200 Subject: [PATCH] allow typer 0.4 (#9089) --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 74dd11375..49f49ad63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ murmurhash>=0.28.0,<1.1.0 wasabi>=0.8.1,<1.1.0 srsly>=2.4.1,<3.0.0 catalogue>=2.0.6,<2.1.0 -typer>=0.3.0,<0.4.0 +typer>=0.3.0,<0.5.0 pathy>=0.3.5 # Third party dependencies numpy>=1.15.0 diff --git a/setup.cfg b/setup.cfg index 06ab3ca40..9517acfc2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = wasabi>=0.8.1,<1.1.0 srsly>=2.4.1,<3.0.0 catalogue>=2.0.6,<2.1.0 - typer>=0.3.0,<0.4.0 + typer>=0.3.0,<0.5.0 pathy>=0.3.5 # Third-party dependencies tqdm>=4.38.0,<5.0.0