From d2b5dbfd02f501077ab7aebb7470f819089e2050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 17:54:07 +0000 Subject: [PATCH] chore(deps): update numpy requirement from <2.4,>=2 to >=2,<2.5 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/v2.0.0...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05730bc..7794935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dev = [ # NumPy 2.4+ bundles PEP 695 syntax in its stubs; mypy targeting the # supported Python 3.11 floor cannot parse those stubs. This is a dev/type # checking constraint, not an application runtime dependency. - "numpy>=2,<2.4", + "numpy>=2,<2.5", "pandas>=2.2,<4", "pytest>=8.3,<10", "pytest-asyncio>=0.24,<2",