From f22b50a0557c52d3309521c79e97ce274ef0bf99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 18:48:17 +0000 Subject: [PATCH] Update numpy requirement from <2 to <3 in /lib 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.23.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/integration-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/integration-requirements.txt b/lib/integration-requirements.txt index 563813caa21..8ef29dff27c 100644 --- a/lib/integration-requirements.txt +++ b/lib/integration-requirements.txt @@ -26,6 +26,6 @@ pydantic>=2.0.0 # As of September 21, 2022, only the latest version of Bokeh (2.4.3) is supported. # NOTE: Python Bokeh and BokehJS versions must always match. bokeh==2.4.3 -# We still need numpy < 2 for our bokeh tests since +# We still need numpy < 3 for our bokeh tests since # bokeh 2.4.3 is incompatible with numpy 2.x: numpy<2