From d3022cf7a899664e88049c46a9ed5c8a98bc9003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:11:47 +0000 Subject: [PATCH] Bump the pip group with 8 updates Bumps the pip group with 8 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.7.4` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [pillow](https://github.com/python-pillow/Pillow) | `10.1.0` | `10.3.0` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.3.2` | `1.5.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.1` | `4.66.3` | | [transformers](https://github.com/huggingface/transformers) | `4.34.1` | `4.38.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.2.2` | Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) Updates `idna` from 3.4 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/v3.4...v3.7) Updates `pillow` from 10.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/10.1.0...10.3.0) Updates `requests` from 2.31.0 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.31.0...v2.32.2) Updates `scikit-learn` from 1.3.2 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.5.0) Updates `tqdm` from 4.66.1 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) Updates `transformers` from 4.34.1 to 4.38.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.34.1...v4.38.0) Updates `urllib3` from 2.0.7 to 2.2.2 - [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/2.0.7...2.2.2) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: pillow 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: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 45e1e31..50f958e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ array-record==0.5.0 asttokens==2.4.1 astunparse==1.6.3 cachetools==5.3.2 -certifi==2023.7.22 +certifi==2024.7.4 charset-normalizer==3.3.1 click==8.1.7 contourpy==1.1.1 @@ -25,7 +25,7 @@ googleapis-common-protos==1.61.0 grpcio==1.59.0 h5py==3.10.0 huggingface-hub==0.17.3 -idna==3.4 +idna==3.7 importlib-metadata==6.8.0 importlib-resources==6.1.0 ipdb==0.13.13 @@ -63,7 +63,7 @@ opt-einsum==3.3.0 packaging==23.2 parso==0.8.3 pexpect==4.8.0 -Pillow==10.1.0 +Pillow==10.3.0 promise==2.3 prompt-toolkit==3.0.39 protobuf==3.20.3 @@ -77,12 +77,12 @@ pyparsing==3.1.1 python-dateutil==2.8.2 PyYAML==6.0.1 regex==2023.10.3 -requests==2.31.0 +requests==2.32.2 requests-oauthlib==1.3.1 rich==13.6.0 rsa==4.9 safetensors==0.4.0 -scikit-learn==1.3.2 +scikit-learn==1.5.0 scipy==1.11.3 six==1.16.0 stack-data==0.6.3 @@ -99,11 +99,11 @@ threadpoolctl==3.2.0 tokenizers==0.14.1 toml==0.10.2 tomli==2.0.1 -tqdm==4.66.1 +tqdm==4.66.3 traitlets==5.13.0 -transformers==4.34.1 +transformers==4.38.0 typing_extensions==4.8.0 -urllib3==2.0.7 +urllib3==2.2.2 wcwidth==0.2.8 Werkzeug==3.0.1 wrapt==1.14.1