From 395a9823247a9d35c75b2908f623cef796ddff10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 13:00:03 +0000 Subject: [PATCH] chore(deps): update numpy requirement in /bots/gsbot Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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.2...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bots/gsbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/gsbot/requirements.txt b/bots/gsbot/requirements.txt index 3d890f9..76285a1 100644 --- a/bots/gsbot/requirements.txt +++ b/bots/gsbot/requirements.txt @@ -8,7 +8,7 @@ alembic>=1.16.5 # Data Processing pandas>=2.3.3 -numpy>=1.26.2 +numpy>=2.0.2 # API and Web aiohttp>=3.13.5