From 02f3fdb7cd0fed154e2df5db0686af285888a1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:08:01 +0000 Subject: [PATCH] build(deps): update numba requirement from >=0.60.0 to >=0.65.1 Updates the requirements on [numba](https://github.com/numba/numba) to permit the latest version. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.60.0...0.65.1) --- updated-dependencies: - dependency-name: numba dependency-version: 0.65.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba1868f..3516a60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mkdocs>=1.0.0 pydbml>=1.0.0 -numba>=0.60.0 +numba>=0.65.1 numpy>=1.22