From 9f88c5fcac4e27e86de810e66467aeb5ee8823db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:01:20 +0000 Subject: [PATCH] deps(deps): bump numba from 0.61.2 to 0.62.0 Bumps [numba](https://github.com/numba/numba) from 0.61.2 to 0.62.0. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.61.2...0.62.0) --- updated-dependencies: - dependency-name: numba dependency-version: 0.62.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 5b5c8df..542489b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ 'ollama', 'requests', 'numpy', - 'numba==0.61.2', + 'numba==0.62.0', 'python-docx', 'pandas', 'feedparser',