From 3dac021a515165b2af871fe7b178034a80d8388c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:33:29 +0000 Subject: [PATCH] Bump numba from 0.61.0 to 0.62.1 in /DevUtils Bumps [numba](https://github.com/numba/numba) from 0.61.0 to 0.62.1. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.61.0...0.62.1) --- updated-dependencies: - dependency-name: numba dependency-version: 0.62.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- DevUtils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevUtils/requirements.txt b/DevUtils/requirements.txt index b583271..f104430 100644 --- a/DevUtils/requirements.txt +++ b/DevUtils/requirements.txt @@ -1,5 +1,5 @@ gmpy2==2.2.1 loguru==0.7.3 -numba==0.61.0 +numba==0.62.1 numpy==2.0.2 pytest==8.4.2