From bb617498a8ce699a4db438ec4737529d99d12c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:32:55 +0000 Subject: [PATCH] deps(deps): bump numba from 0.62.0 to 0.62.1 Bumps [numba](https://github.com/numba/numba) from 0.62.0 to 0.62.1. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.62.0...0.62.1) --- updated-dependencies: - dependency-name: numba dependency-version: 0.62.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 542489b..f0dccec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ 'ollama', 'requests', 'numpy', - 'numba==0.62.0', + 'numba==0.62.1', 'python-docx', 'pandas', 'feedparser',