From 888513c1567711b5702b7c344b8514f289dc7c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:06:04 +0000 Subject: [PATCH] chore(deps):(deps): update numpy requirement 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.24.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index f1df387..700ca4a 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -21,7 +21,7 @@ httpx>=0.24.0,<1.0 clickhouse-driver>=0.5.0,<1.0 # Data processing -numpy>=1.24.0,<2.0 +numpy>=2.2.6,<3.0 # Async aiohttp>=3.8.0,<4.0