From 880007be01740dfba554dafda0ddbba02a4bdf60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:34:31 +0000 Subject: [PATCH] Bump the pip group across 4 directories with 3 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). Bumps the pip group with 1 update in the /server directory: [django](https://github.com/django/django). 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.2.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.2.0) Updates `django` from 4.2.11 to 5.0.3 - [Commits](https://github.com/django/django/compare/4.2.11...5.0.3) --- 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 - dependency-name: django 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 +- server/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 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..343f7df98 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.2.0 numpy==1.24.3 PyYAML==6.0 tqdm==4.65.0 \ No newline at end of file diff --git a/server/requirements.txt b/server/requirements.txt index 7ad3b76e2..a00469100 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.11 +Django==5.0.3 djangorestframework==3.14.0 drf-spectacular==0.27.1 drf-spectacular-sidecar==2024.3.4