From 033c115ff81a80faa0558c3917e4a7579baca48c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 02:01:19 +0000 Subject: [PATCH] Bump numba from 0.57.1 to 0.58.0 in /.github/workflows/etc Bumps [numba](https://github.com/numba/numba) from 0.57.1 to 0.58.0. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.57.1...0.58.0) --- 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..84ebfe5494 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.0; python_version == '3.9' # optional 3D pyopengl==3.1.7