From d6900cde52fbcd418c893760985ee1b7d0ff6f9d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 10 Mar 2024 13:27:53 +0100 Subject: [PATCH 1/2] [Snyk] Security upgrade wheel from 0.32.2 to 0.38.0 (#12791) fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413 Co-authored-by: snyk-bot --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 545d3c1c2921..7e25a9a4914c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,3 +47,4 @@ setuptools>=65.5.1 # Snyk vulnerability fix # mss # screenshots # albumentations>=1.0.3 # pycocotools>=2.0.6 # COCO mAP +wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability From a428ff76892cd442fae4b66165a724058baeb352 Mon Sep 17 00:00:00 2001 From: Abhishek Sharma <140809134+AbhishekSharma-17@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:58:53 +0530 Subject: [PATCH 2/2] Update pyproject.toml (#12740) * Update pyproject.toml sio Signed-off-by: Abhishek Sharma <140809134+AbhishekSharma-17@users.noreply.github.com> * Update pyproject.toml Signed-off-by: Glenn Jocher --------- Signed-off-by: Abhishek Sharma <140809134+AbhishekSharma-17@users.noreply.github.com> Signed-off-by: Glenn Jocher Co-authored-by: Glenn Jocher --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 26765dfadada..fc3bf6766c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ build-backend = "setuptools.build_meta" # Project settings ----------------------------------------------------------------------------------------------------- [project] +version = 7.0.0 name = "YOLOv5" description = "Ultralytics YOLOv5 for SOTA object detection, instance segmentation and image classification." readme = "README.md"