Skip to content

Commit 81f6df9

Browse files
dependabot[bot]je-cook
authored andcommitted
Bump numba from 0.62.0 to 0.62.1 (#4103)
* 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](numba/numba@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] <[email protected]> * Updated dependencies in requirements files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8467735 commit 81f6df9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dev = [
7676
examples = ["notebook", "jupytext"]
7777
pinned = [
7878
"nlopt==2.7.1",
79-
"numba==0.62.0",
79+
"numba==0.62.1",
8080
"numba-scipy @ git+https://github.com/numba/numba-scipy@23c3b33440ea1fe0f84d05d269fb4a3df4b92787",
8181
"numpy==1.26.4",
8282
"matplotlib==3.10.6",

requirements/uv/all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ notebook-shim==0.2.4
291291
# via
292292
# jupyterlab
293293
# notebook
294-
numba==0.62.0
294+
numba==0.62.1
295295
# via
296296
# bluemira (pyproject.toml)
297297
# numba-scipy

requirements/uv/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ neutronics-material-maker==1.2.1
7272
# via bluemira (pyproject.toml)
7373
nlopt==2.7.1
7474
# via bluemira (pyproject.toml)
75-
numba==0.62.0
75+
numba==0.62.1
7676
# via
7777
# bluemira (pyproject.toml)
7878
# numba-scipy

requirements/uv/develop.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ nlopt==2.7.1
193193
# via bluemira (pyproject.toml)
194194
nodeenv==1.9.1
195195
# via pre-commit
196-
numba==0.62.0
196+
numba==0.62.1
197197
# via
198198
# bluemira (pyproject.toml)
199199
# numba-scipy

requirements/uv/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ notebook-shim==0.2.4
226226
# via
227227
# jupyterlab
228228
# notebook
229-
numba==0.62.0
229+
numba==0.62.1
230230
# via
231231
# bluemira (pyproject.toml)
232232
# numba-scipy

0 commit comments

Comments
 (0)