From 9ef29cb2b78273831300afa99e3692b208fd2b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:14:56 +0000 Subject: [PATCH] Bump numba from 0.65.1 to 0.66.0 in /UDKTests Bumps [numba](https://github.com/numba/numba) from 0.65.1 to 0.66.0. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.65.1...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] --- DevUtils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevUtils/requirements.txt b/DevUtils/requirements.txt index 73ae799..67d6b63 100644 --- a/DevUtils/requirements.txt +++ b/DevUtils/requirements.txt @@ -1,5 +1,5 @@ gmpy2==2.3.0 loguru==0.7.3 -numba==0.65.1 +numba==0.66.0 numpy==2.4.6 pytest==9.1.1