From bf08dd30f0fd1ee43a9b389ea8ff6dcc4971ad45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:38:35 +0000 Subject: [PATCH] Bump equinox from 0.11.3 to 0.11.6 Bumps [equinox](https://github.com/patrick-kidger/equinox) from 0.11.3 to 0.11.6. - [Release notes](https://github.com/patrick-kidger/equinox/releases) - [Commits](https://github.com/patrick-kidger/equinox/compare/v0.11.3...v0.11.6) --- updated-dependencies: - dependency-name: equinox 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 8f65f071f..fb0e6b608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "haliax>=1.4.dev307", - "equinox==0.11.3", + "equinox==0.11.6", "jaxtyping>=0.2.20", "tokenizers>=0.15.2", "transformers>=4.41.2",