From 98f5e0542a43e7064f9c56aa713a2b54c20c578b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:19:18 +0000 Subject: [PATCH] chore(deps): bump numba from 0.61.2 to 0.63.1 Bumps [numba](https://github.com/numba/numba) from 0.61.2 to 0.63.1. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.61.2...0.63.1) --- updated-dependencies: - dependency-name: numba dependency-version: 0.63.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72044f7b..0735a907 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ llvmlite==0.44.0 # via numba matplotlib==3.10.6 # via solarwindpy (pyproject.toml) -numba==0.61.2 +numba==0.63.1 # via solarwindpy (pyproject.toml) numexpr==2.11.0 # via solarwindpy (pyproject.toml)