From 1371b8e017df64472dd52c238aa74c1de1ca4e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:52:07 +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: [gunicorn](https://github.com/benoitc/gunicorn). 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) Updates `gunicorn` from 21.2.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip ... 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..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 diff --git a/server/requirements.txt b/server/requirements.txt index 7ad3b76e2..0e77d7c44 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -6,7 +6,7 @@ django-storages[google]==1.14.2 django-environ==0.11.2 django-cors-headers==4.3.1 psycopg2-binary==2.9.9 -gunicorn==21.2.0 +gunicorn==22.0.0 google-cloud-secret-manager==2.19.0 whitenoise==6.6.0 pyOpenSSL==24.1.0