From 3c78fc7833baed05a7017604d24048ca5a8a38ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:56:08 +0000 Subject: [PATCH] build(deps): update pycocotools requirement from <=2.0.6,>2.0.0 to >2.0.0,<=2.0.7 in /requirements (#1994) build(deps): update pycocotools requirement in /requirements Updates the requirements on [pycocotools](https://github.com/ppwwyyxx/cocoapi) to permit the latest version. - [Commits](https://github.com/ppwwyyxx/cocoapi/commits) --- updated-dependencies: - dependency-name: pycocotools dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/detection.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/detection.txt b/requirements/detection.txt index b2ee46f63fd..76783eae854 100644 --- a/requirements/detection.txt +++ b/requirements/detection.txt @@ -2,4 +2,4 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment torchvision >=0.8, <=0.15.2 -pycocotools >2.0.0, <=2.0.6 +pycocotools >2.0.0, <=2.0.7