From 03c46813d381a92f537b186078223dad8479c00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 12:09:03 +0000 Subject: [PATCH] Bump numba from 0.60.0 to 0.66.0 Bumps [numba](https://github.com/numba/numba) from 0.60.0 to 0.66.0. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.60.0...0.66.0) --- updated-dependencies: - dependency-name: numba dependency-version: 0.66.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b11ac5b8..18dd2e4ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ nonunit-tests = [ CI_version_pins = [ "PyPartMC==2.1.0", - "numba==0.60.0", + "numba==0.66.0", "numpy==1.26.4", "scipy==1.15.3", "ThrustRTC==0.3.20",