From aea57b325c17fcfd03930933743e27986bf0dc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:36:58 +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.2` | `1.5.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [tornado](https://github.com/tornadoweb/tornado) | `6.4` | `6.4.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` | Updates `scikit-learn` from 1.4.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.4.2...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 `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 `tornado` from 6.4 to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.0...v6.4.1) Updates `urllib3` from 2.2.1 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.2.1...2.2.2) --- 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: requests dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8ee857f9b..616966e4ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "jira==3.8.0", "slack-sdk==3.27.1", "jsonpatch==1.33", - "scikit-learn==1.4.2", + "scikit-learn==1.5.0", "sentry-sdk==2.2.0", ] diff --git a/requirements.txt b/requirements.txt index 086f68460f..c0eb5aed2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ cachecontrol==0.14.0 # via poetry cattrs==23.2.3 # via parea-ai -certifi==2024.2.2 +certifi==2024.7.4 # via # httpcore # httpx @@ -475,7 +475,7 @@ referencing==0.34.0 # jupyter-events regex==2023.12.25 # via tiktoken -requests==2.31.0 +requests==2.32.2 # via # cachecontrol # cohere @@ -511,7 +511,7 @@ rpds-py==0.18.0 # referencing s3transfer==0.10.1 # via boto3 -scikit-learn==1.4.2 +scikit-learn==1.5.0 scipy==1.12.0 # via scikit-learn secretstorage==3.3.3 @@ -579,7 +579,7 @@ tomlkit==0.12.3 # via # poetry # pylint -tornado==6.4 +tornado==6.4.1 # via # ipykernel # jupyter-client @@ -639,7 +639,7 @@ typing-extensions==4.10.0 # uvicorn uri-template==1.3.0 # via jsonschema -urllib3==2.2.1 +urllib3==2.2.2 # via # botocore # dulwich