From a67693aa2bd19b16e0c61ce8c8ebdf0502aa41cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:07:28 +0000 Subject: [PATCH] Bump the python-production group with 2 updates Bumps the python-production group with 2 updates: [numba](https://github.com/numba/numba) and [llvmlite](https://github.com/numba/llvmlite). Updates `numba` from 0.59.1 to 0.60.0 - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.59.1...0.60.0) Updates `llvmlite` from 0.42.0 to 0.43.0 - [Release notes](https://github.com/numba/llvmlite/releases) - [Commits](https://github.com/numba/llvmlite/compare/v0.42.0...v0.43.0) --- updated-dependencies: - dependency-name: numba dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production - dependency-name: llvmlite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3670e8..f06e48c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,8 +32,8 @@ dependencies = ["typing-extensions", "black", "graphviz", "anywidget"] array = [ "scikit-learn", "array_api_compat", - "numba==0.59.1", - "llvmlite==0.42.0", + "numba==0.60.0", + "llvmlite==0.43.0", ] dev = [ "ruff",