From 77af6f55a68ca7fbb26f02099df71ae995dee20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:07:42 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.2.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.1. - [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.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- demos/moderator/requirements-dev.txt | 2 +- demos/moderator_bot/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/moderator/requirements-dev.txt b/demos/moderator/requirements-dev.txt index ca0274661..ddcbd1402 100644 --- a/demos/moderator/requirements-dev.txt +++ b/demos/moderator/requirements-dev.txt @@ -1,7 +1,7 @@ aiohttp==3.11.11 trafaret==2.1.1 pyyaml==6.0.2 -numpy==1.26.4 +numpy==2.2.1 pandas==2.2.3 scikit-learn==1.6.1 scipy==1.15.1 diff --git a/demos/moderator_bot/requirements-dev.txt b/demos/moderator_bot/requirements-dev.txt index 00abcdc8d..5778960cc 100644 --- a/demos/moderator_bot/requirements-dev.txt +++ b/demos/moderator_bot/requirements-dev.txt @@ -10,7 +10,7 @@ importlib-metadata==0.23 ; python_version < '3.8' joblib==1.4.2 more-itertools==10.6.0 multidict==6.1.0 -numpy==1.26.4 +numpy==2.2.1 pluggy==1.5.0 pytest==8.3.4 pytest-aiohttp==1.0.5