From 3764e6a1b50501d8a52a22f050d94224ed67c761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:30:00 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.4.1.post1` | `1.5.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` | | [pillow](https://github.com/python-pillow/Pillow) | `10.3.0` | `10.4.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.2` | `4.66.3` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.18` | `1.26.19` | Updates `scikit-learn` from 1.4.1.post1 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.1.post1...1.5.0) Updates `certifi` from 2024.2.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) Updates `pillow` from 10.3.0 to 10.4.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.3.0...10.4.0) Updates `tqdm` from 4.66.2 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) Updates `urllib3` from 1.26.18 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.18...1.26.19) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: certifi 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: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index ca5f356..2392aae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiostream==0.5.2 alembic==1.13.1 annotated-types==0.6.0 ; python_version >= '3.8' -certifi==2024.2.2 ; python_version >= '3.6' +certifi==2024.7.4 ; python_version >= '3.6' charset-normalizer==3.3.2 ; python_full_version >= '3.7.0' filelock==3.13.1 ; python_version >= '3.8' format-duration==0.0.5 @@ -24,7 +24,7 @@ networkx==3.2.1 ; python_version >= '3.9' numpy==1.26.4 packaging==24.0 ; python_version >= '3.7' pandas==2.2.1 -pillow==10.3.0 ; python_version >= '3.8' +pillow==10.4.0 ; python_version >= '3.8' plemmy==0.4.1 pluggy==1.4.0 ; python_version >= '3.8' pydantic==2.6.4 @@ -36,7 +36,7 @@ python-magic==0.4.27 pytz==2024.1 pywavelets==1.5.0 ; python_version >= '3.9' requests==2.31.0 -scikit-learn==1.4.1.post1 +scikit-learn==1.5.0 scipy==1.12.0 ; python_version >= '3.9' six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sqlalchemy==2.0.28 @@ -45,8 +45,8 @@ threadpoolctl==3.4.0 ; python_version >= '3.8' torch==2.0.1 torchdata==0.6.1 torchtext==0.15.2 -tqdm==4.66.2 ; python_version >= '3.7' +tqdm==4.66.3 ; python_version >= '3.7' typing-extensions==4.9.0 ; python_version >= '3.8' tzdata==2024.1 ; python_version >= '2' -urllib3==1.26.18 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' +urllib3==1.26.19 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' wheel==0.43.0