From 753680f68fa0e34f7bc42b7e82671183fd96cf13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:08:31 +0000 Subject: [PATCH] Bump jaxtyping from 0.3.2 to 0.3.7 Bumps [jaxtyping](https://github.com/patrick-kidger/jaxtyping) from 0.3.2 to 0.3.7. - [Release notes](https://github.com/patrick-kidger/jaxtyping/releases) - [Commits](https://github.com/patrick-kidger/jaxtyping/compare/v0.3.2...v0.3.7) --- updated-dependencies: - dependency-name: jaxtyping dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb27bdd5..049eb52e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "numpy>=1.22.2,<2.3.0", "matplotlib==3.10.7", "beartype==0.22.9", - "jaxtyping==0.3.2", + "jaxtyping==0.3.7", "deprecated>=1.2.14", "tqdm>=4.60" ]