From a215547270fc111619cd58335e8820716ad26bca Mon Sep 17 00:00:00 2001 From: Maxim Zhiltsov Date: Thu, 20 Oct 2022 16:34:29 +0300 Subject: [PATCH] Upgrade datumaro dependency (#5148) --- cvat/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat/requirements/base.txt b/cvat/requirements/base.txt index 96523312..90d03493 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -45,7 +45,7 @@ diskcache==5.0.2 boto3==1.17.61 azure-storage-blob==12.13.0 google-cloud-storage==1.42.0 -git+https://github.com/cvat-ai/datumaro.git@0b49dbe3194d71846a51ae94e8cb2fccd0ed261d +git+https://github.com/cvat-ai/datumaro.git@0817144ade1ddc514e182ca1835e322cb9af00a0 urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability natsort==8.0.0 mistune>=2.0.1 # not directly required, pinned by Snyk to avoid a vulnerability