From fc3a57ffef49e299cd53389b6dab95fb7814cb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:34:11 +0000 Subject: [PATCH] Bump jax[cpu] from 0.4.31 to 0.5.0 in /crates/wgpy_pyo3 Bumps [jax[cpu]](https://github.com/jax-ml/jax) from 0.4.31 to 0.5.0. - [Release notes](https://github.com/jax-ml/jax/releases) - [Changelog](https://github.com/jax-ml/jax/blob/main/CHANGELOG.md) - [Commits](https://github.com/jax-ml/jax/compare/jax-v0.4.31...jax-v0.5.0) --- updated-dependencies: - dependency-name: jax[cpu] dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- crates/wgpy_pyo3/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wgpy_pyo3/requirements-dev.txt b/crates/wgpy_pyo3/requirements-dev.txt index 2f405e0..efe35a2 100644 --- a/crates/wgpy_pyo3/requirements-dev.txt +++ b/crates/wgpy_pyo3/requirements-dev.txt @@ -7,4 +7,4 @@ numpydoc==1.8.0 sphinx-copybutton==0.5.2 pydata-sphinx-theme==0.15.4 nbsphinx==0.9.5 -jax[cpu]==0.4.31 \ No newline at end of file +jax[cpu]==0.5.0 \ No newline at end of file