From f245f1b67b499a1b672bd243970056d6d41abbd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:46:13 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 2 updates Bumps the pip group with 1 update in the /examples/ChestXRay/metrics/project directory: [scikit-learn](https://github.com/scikit-learn/scikit-learn). Bumps the pip group with 1 update in the /examples/SurgMLCube/surg_metrics/project directory: [scikit-learn](https://github.com/scikit-learn/scikit-learn). Bumps the pip group with 1 update in the /examples/chestxray_tutorial/data_preparator/project directory: [pillow](https://github.com/python-pillow/Pillow). Updates `scikit-learn` from 0.24.2 to 1.0.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.2...1.0.1) Updates `scikit-learn` from 0.24.2 to 1.0.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.2...1.0.1) Updates `pillow` from 9.5.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.5.0...10.3.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip-security-group - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip-security-group - dependency-name: pillow dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] --- examples/ChestXRay/metrics/project/requirements.txt | 2 +- examples/SurgMLCube/surg_metrics/project/requirements.txt | 2 +- .../chestxray_tutorial/data_preparator/project/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 examples/SurgMLCube/surg_metrics/project/requirements.txt diff --git a/examples/ChestXRay/metrics/project/requirements.txt b/examples/ChestXRay/metrics/project/requirements.txt index a50c33934..6efa64059 100644 --- a/examples/ChestXRay/metrics/project/requirements.txt +++ b/examples/ChestXRay/metrics/project/requirements.txt @@ -1,4 +1,4 @@ PyYAML~=5.3 -scikit-learn==0.24.2 +scikit-learn==1.0.1 pandas~=1.1 typer \ No newline at end of file diff --git a/examples/SurgMLCube/surg_metrics/project/requirements.txt b/examples/SurgMLCube/surg_metrics/project/requirements.txt old mode 100755 new mode 100644 index 8f38ac8a7..1cc2c7c6f --- a/examples/SurgMLCube/surg_metrics/project/requirements.txt +++ b/examples/SurgMLCube/surg_metrics/project/requirements.txt @@ -1,4 +1,4 @@ PyYAML~=5.3 -scikit-learn==0.24.2 +scikit-learn==1.0.1 typer numpy diff --git a/examples/chestxray_tutorial/data_preparator/project/requirements.txt b/examples/chestxray_tutorial/data_preparator/project/requirements.txt index b5580b367..3c420562b 100644 --- a/examples/chestxray_tutorial/data_preparator/project/requirements.txt +++ b/examples/chestxray_tutorial/data_preparator/project/requirements.txt @@ -1,5 +1,5 @@ typer==0.9.0 -pillow==9.5.0 +pillow==10.3.0 numpy==1.24.3 PyYAML==6.0 tqdm==4.65.0 \ No newline at end of file