From c2311d04bf54cd3fe280c9d6c7b906a20d39c9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 23:46:39 +0000 Subject: [PATCH] chore(deps): update numpy requirement from >=1.21.6 to >=2.2.6 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.21.6...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e04df328..062ec5db6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ jinja2==3.1.4 a2a-sdk==0.3.0 lxml==4.9.3 msgpack==1.0.8 -numpy>=1.21.6 +numpy>=2.2.6 playwright==1.51.0 pydantic[email]==2.11.3 pymultihash==0.8.2