From 91b95c37a0d98b75c18680cf64b1f44dc776be10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:16:50 +0000 Subject: [PATCH] Bump pycocotools from 2.0.6 to 2.0.10 Bumps [pycocotools](https://github.com/ppwwyyxx/cocoapi) from 2.0.6 to 2.0.10. - [Commits](https://github.com/ppwwyyxx/cocoapi/commits) --- updated-dependencies: - dependency-name: pycocotools dependency-version: 2.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- adv_patch_gen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adv_patch_gen/requirements.txt b/adv_patch_gen/requirements.txt index 4a3b5c28..45eae308 100644 --- a/adv_patch_gen/requirements.txt +++ b/adv_patch_gen/requirements.txt @@ -1,5 +1,5 @@ # specific to adv_patch_gen, yolov5 base requirements should be installed as well Cython==3.0.8 easydict==1.12 -pycocotools==2.0.6 +pycocotools==2.0.10 tensorboard==2.16.2 \ No newline at end of file