From 1474ace9ff129053c3a043a59646618679e26da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 07:31:20 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the /community_usecase/a_share_investment_agent_camel directory: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `1.10.12` | `1.10.13` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.1` | `4.66.3` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.4` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.2.2` | `1.5.0` | | [black](https://github.com/psf/black) | `23.11.0` | `24.3.0` | Updates `pydantic` from 1.10.12 to 1.10.13 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.12...v1.10.13) 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 `requests` from 2.31.0 to 2.32.4 - [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.4) Updates `scikit-learn` from 1.2.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.2.2...1.5.0) Updates `black` from 23.11.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.11.0...24.3.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 1.10.13 dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-version: 24.3.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../a_share_investment_agent_camel/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community_usecase/a_share_investment_agent_camel/requirements.txt b/community_usecase/a_share_investment_agent_camel/requirements.txt index 6c4e3f4c2..7f019fd8e 100644 --- a/community_usecase/a_share_investment_agent_camel/requirements.txt +++ b/community_usecase/a_share_investment_agent_camel/requirements.txt @@ -4,19 +4,19 @@ numpy==1.24.4 python-dotenv==1.0.0 akshare==1.11.57 matplotlib==3.7.3 -pydantic==1.10.12 -tqdm==4.66.1 +pydantic==1.10.13 +tqdm==4.66.3 plotly==5.14.1 -requests==2.31.0 +requests==2.32.4 beautifulsoup4==4.12.2 lxml==4.9.3 -scikit-learn==1.2.2 +scikit-learn==1.5.0 statsmodels==0.14.0 pyecharts==2.0.4 jieba==0.42.1 ta-lib==0.4.28 pytest==7.4.3 -black==23.11.0 +black==24.3.0 isort==5.12.0 mypy==1.7.1 google-generativeai==0.3.1