From 67de3f86dd7df6887e0bce2b5db20f99086d17d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 22:37:33 +0300 Subject: [PATCH] Bump diskcache from 4.1.0 to 5.0.2 in /cvat/requirements (#2145) Bumps [diskcache](https://github.com/grantjenks/python-diskcache) from 4.1.0 to 5.0.2. - [Release notes](https://github.com/grantjenks/python-diskcache/releases) - [Commits](https://github.com/grantjenks/python-diskcache/compare/v4.1.0...v5.0.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 8ee81726..d4457948 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -44,4 +44,4 @@ tensorflow==2.2.0 # Optional requirement of Datumaro # The package is used by pyunpack as a command line tool to support multiple # archives. Don't use as a python module because it has GPL license. patool==1.12 -diskcache==4.1.0 \ No newline at end of file +diskcache==5.0.2 \ No newline at end of file