From c1015b6dc59d6d18d008b8bd59f8601de6a311cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 06:40:37 +0000 Subject: [PATCH] build(deps): update faster-coco-eval requirement in /requirements Updates the requirements on [faster-coco-eval](https://github.com/MiXaiLL76/faster_coco_eval) to permit the latest version. - [Release notes](https://github.com/MiXaiLL76/faster_coco_eval/releases) - [Changelog](https://github.com/MiXaiLL76/faster_coco_eval/blob/main/history.md) - [Commits](https://github.com/MiXaiLL76/faster_coco_eval/compare/1.5.2...1.6.0) --- updated-dependencies: - dependency-name: faster-coco-eval dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/detection_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/detection_test.txt b/requirements/detection_test.txt index edfc1b97fff..003b87a8c45 100644 --- a/requirements/detection_test.txt +++ b/requirements/detection_test.txt @@ -1,4 +1,4 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -faster-coco-eval ==1.5.* +faster-coco-eval ==1.6.*