From a612e629b50726da06d188c062599a9cb2d1825a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:49:47 +0000 Subject: [PATCH] Bump numba from 0.57.1 to 0.58.1 in /.github/workflows/etc Bumps [numba](https://github.com/numba/numba) from 0.57.1 to 0.58.1. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.57.1...0.58.1) --- updated-dependencies: - dependency-name: numba dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/etc/requirements.txt b/.github/workflows/etc/requirements.txt index b48d2b6484..c0dba12e7f 100644 --- a/.github/workflows/etc/requirements.txt +++ b/.github/workflows/etc/requirements.txt @@ -7,7 +7,7 @@ numpy~=1.22.0; python_version == '3.9' scipy==1.11.2 # optional high performance paths -numba==0.57.1; python_version == '3.9' +numba==0.58.1; python_version == '3.9' # optional 3D pyopengl==3.1.7