From cafa22eca3d7c0fec8ec66e6261560e213492bd9 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Mon, 20 May 2024 19:27:28 +0200 Subject: [PATCH] chore(deps): upgrade ncbi-datasets-cli to 16.17.1 (#1964) --- ingest/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingest/environment.yml b/ingest/environment.yml index c91a130018..bb25aefc96 100644 --- a/ingest/environment.yml +++ b/ingest/environment.yml @@ -10,7 +10,7 @@ dependencies: - biopython - click - jsonlines - - ncbi-datasets-cli >=16.15.0 + - ncbi-datasets-cli >=16.17.1 - pandas - PyYAML - requests