From 27bf314f4dd415f215b7a39a21f12baf036bfdd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:25:16 +0000 Subject: [PATCH] Update contextlib2 requirement from ==0.6.* to ==21.6.* in /docker/main Updates the requirements on [contextlib2](https://github.com/jazzband/contextlib2) to permit the latest version. - [Release notes](https://github.com/jazzband/contextlib2/releases) - [Changelog](https://github.com/jazzband/contextlib2/blob/master/NEWS.rst) - [Commits](https://github.com/jazzband/contextlib2/compare/v0.6.0...21.6.0) --- updated-dependencies: - dependency-name: contextlib2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 795007e86..3496bf443 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -57,7 +57,7 @@ Levenshtein==0.26.* # HailoRT Wheels appdirs==1.4.* argcomplete==2.0.* -contextlib2==0.6.* +contextlib2==21.6.* distlib==0.3.* filelock==3.8.* future==0.18.*