From 029ffe4b41d976f5a22638bfbf0b17fb880811d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:33:05 +0000 Subject: [PATCH] build(deps): bump numpy from 1.26.4 to 2.2.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c5a2da5..3a26115 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ cx_Freeze==7.2.8 defusedxml==0.7.1 langchain_core==0.3.30 langchain_openai==0.3.1 -numpy==1.26.4 +numpy==2.2.2 pandas==2.2.3 python-dotenv==1.0.1 questionary==2.1.0 diff --git a/setup.py b/setup.py index 3453868..368a8a9 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(file_name): "defusedxml==0.7.1", "langchain_core==0.3.30", "langchain_openai==0.3.1", - "numpy==1.26.4", + "numpy==2.2.2", "pandas==2.2.3", "python-dotenv==1.0.1", "questionary==2.1.0",