From c4aeb864100c34c599a78f5cf02db233324f312f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:21:17 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 7 updates Bumps the pip group with 7 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` | | [setuptools](https://github.com/pypa/setuptools) | `69.1.1` | `70.0.0` | | [tornado](https://github.com/tornadoweb/tornado) | `6.4` | `6.4.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` | | [zipp](https://github.com/jaraco/zipp) | `3.18.1` | `3.19.1` | 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 `setuptools` from 69.1.1 to 70.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.1.1...v70.0.0) 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) Updates `zipp` from 3.18.1 to 3.19.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.18.1...v3.19.1) --- 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: setuptools 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 - dependency-name: zipp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 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..0130390696 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 @@ -519,7 +519,7 @@ secretstorage==3.3.3 send2trash==1.8.2 # via jupyter-server sentry-sdk==2.2.0 -setuptools==69.1.1 +setuptools==70.0.0 # via importmagic shellingham==1.5.4 # via poetry @@ -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 @@ -668,5 +668,5 @@ wrapt==1.16.0 yamllint==1.35.1 yarl==1.9.4 # via aiohttp -zipp==3.18.1 +zipp==3.19.1 # via importlib-metadata