From 1491e063cb4c38b9d1c6b5a9b5dec2d08141b5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:49:31 +0000 Subject: [PATCH] Bump the pip group across 6 directories with 5 updates Bumps the pip group with 1 update in the /cli directory: [pydantic](https://github.com/pydantic/pydantic). 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 2 updates in the /examples/chestxray_tutorial/data_preparator/project directory: [pillow](https://github.com/python-pillow/Pillow) and [tqdm](https://github.com/tqdm/tqdm). Bumps the pip group with 1 update in the /examples/chestxray_tutorial/model_custom_cnn/project directory: [tqdm](https://github.com/tqdm/tqdm). Bumps the pip group with 1 update in the /server directory: [gunicorn](https://github.com/benoitc/gunicorn). Updates `pydantic` from 1.10.2 to 1.10.13 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.2...v1.10.13) Updates `scikit-learn` from 0.24.2 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.2...1.5.0) Updates `scikit-learn` from 0.24.2 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.2...1.5.0) 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 `tqdm` from 4.65.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.3) Updates `tqdm` from 4.65.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.3) 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: pydantic dependency-type: direct:production dependency-group: pip - 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: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- cli/requirements.txt | 2 +- examples/ChestXRay/metrics/project/requirements.txt | 2 +- examples/SurgMLCube/surg_metrics/project/requirements.txt | 2 +- .../data_preparator/project/requirements.txt | 4 ++-- .../model_custom_cnn/project/requirements.txt | 2 +- server/requirements.txt | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) mode change 100755 => 100644 examples/SurgMLCube/surg_metrics/project/requirements.txt diff --git a/cli/requirements.txt b/cli/requirements.txt index 02d8ee05a..d83f5c1d5 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -2,7 +2,7 @@ typer~=0.6.0 rich~=13.7.0 PyYAML==6.0.1 requests>=2.26.0 -pydantic==1.10.2 +pydantic==1.10.13 yaspin==2.1.0 tabulate==0.9.0 pexpect==4.8.0 diff --git a/examples/ChestXRay/metrics/project/requirements.txt b/examples/ChestXRay/metrics/project/requirements.txt index a50c33934..c6bacedd8 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.5.0 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..41f4153b8 --- 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.5.0 typer numpy diff --git a/examples/chestxray_tutorial/data_preparator/project/requirements.txt b/examples/chestxray_tutorial/data_preparator/project/requirements.txt index b5580b367..8056a33f1 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 +tqdm==4.66.3 \ No newline at end of file diff --git a/examples/chestxray_tutorial/model_custom_cnn/project/requirements.txt b/examples/chestxray_tutorial/model_custom_cnn/project/requirements.txt index 36343822c..fb584a81c 100644 --- a/examples/chestxray_tutorial/model_custom_cnn/project/requirements.txt +++ b/examples/chestxray_tutorial/model_custom_cnn/project/requirements.txt @@ -3,5 +3,5 @@ numpy==1.24.3 PyYAML==6.0 torch==2.0.1 torchvision==0.15.2 -tqdm==4.65.0 +tqdm==4.66.3 --extra-index-url https://download.pytorch.org/whl/cpu 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