From 084661f410eac44f162147118abcace10a3c607e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:41:42 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 12 updates Bumps the pip group with 12 updates in the /cm-mlops/script/get-dataset-cifar10 directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2020.12.5` | `2024.7.4` | | [grpcio](https://github.com/grpc/grpc) | `1.34.0` | `1.53.2` | | [idna](https://github.com/kjd/idna) | `2.10` | `3.7` | | [joblib](https://github.com/joblib/joblib) | `1.1.1` | `1.2.0` | | [opencv-python](https://github.com/opencv/opencv-python) | `4.5.1.48` | `4.8.1.78` | | [pillow](https://github.com/python-pillow/Pillow) | `8.1.0` | `10.3.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `3.14.0` | `3.18.3` | | [requests](https://github.com/psf/requests) | `2.25.1` | `2.32.2` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `0.24.1` | `1.5.0` | | [tensorflow](https://github.com/tensorflow/tensorflow) | `2.5.0` | `2.12.1` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.3` | `1.26.19` | | [werkzeug](https://github.com/pallets/werkzeug) | `1.0.1` | `3.0.6` | Updates `certifi` from 2020.12.5 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2024.07.04) Updates `grpcio` from 1.34.0 to 1.53.2 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.34.0...v1.53.2) Updates `idna` from 2.10 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.10...v3.7) Updates `joblib` from 1.1.1 to 1.2.0 - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/1.1.1...1.2.0) Updates `opencv-python` from 4.5.1.48 to 4.8.1.78 - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) Updates `pillow` from 8.1.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/8.1.0...10.3.0) Updates `protobuf` from 3.14.0 to 3.18.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.14.0...v3.18.3) Updates `requests` from 2.25.1 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.32.2) Updates `scikit-learn` from 0.24.1 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.1...1.5.0) Updates `tensorflow` from 2.5.0 to 2.12.1 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.0...v2.12.1) Updates `urllib3` from 1.26.3 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.3...1.26.19) Updates `werkzeug` from 1.0.1 to 3.0.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/1.0.1...3.0.6) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: grpcio dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: joblib dependency-type: direct:production dependency-group: pip - dependency-name: opencv-python dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: tensorflow dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../get-dataset-cifar10/requirements.txt | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/cm-mlops/script/get-dataset-cifar10/requirements.txt b/cm-mlops/script/get-dataset-cifar10/requirements.txt index bf9d458b18..b460f65523 100644 --- a/cm-mlops/script/get-dataset-cifar10/requirements.txt +++ b/cm-mlops/script/get-dataset-cifar10/requirements.txt @@ -1,7 +1,7 @@ absl-py==0.11.0 astunparse==1.6.3 cachetools==4.2.1 -certifi==2020.12.5 +certifi==2024.7.4 chardet==4.0.0 cycler==0.10.0 flatbuffers==1.12 @@ -9,39 +9,39 @@ gast==0.4.0 google-auth==1.27.0 google-auth-oauthlib==0.4.2 google-pasta==0.2.0 -grpcio==1.34.0 +grpcio==1.53.2 h5py==3.1.0 -idna==2.10 +idna==3.7 imageio==2.9.0 -joblib==1.1.1 +joblib==1.2.0 Keras-Preprocessing==1.1.2 kiwisolver==1.3.1 Markdown==3.3.3 matplotlib==3.3.4 numpy==1.19.5 oauthlib==3.1.0 -opencv-python==4.5.1.48 +opencv-python==4.8.1.78 opt-einsum==3.3.0 -Pillow==8.1.0 -protobuf==3.14.0 +Pillow==10.3.0 +protobuf==3.18.3 pyasn1==0.4.8 pyasn1-modules==0.2.8 pyparsing==2.4.7 python-dateutil==2.8.1 PyYAML==5.4.1 -requests==2.25.1 +requests==2.32.2 requests-oauthlib==1.3.0 rsa==4.7.1 -scikit-learn==0.24.1 +scikit-learn==1.5.0 scipy==1.6.0 six==1.15.0 tensorboard==2.5.0 tensorboard-plugin-wit==1.8.0 -tensorflow==2.5.0 +tensorflow==2.12.1 tensorflow-estimator==2.5.0 termcolor==1.1.0 threadpoolctl==2.1.0 typing-extensions==3.7.4.3 -urllib3==1.26.3 -Werkzeug==1.0.1 +urllib3==1.26.19 +Werkzeug==3.0.6 wrapt==1.12.1