From 5b685c364e8502d186e4a5877b37eb1c41848c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:10:38 -0700 Subject: [PATCH] Bump equinox from 0.11.4 to 0.11.5 (#721) Bumps [equinox](https://github.com/patrick-kidger/equinox) from 0.11.4 to 0.11.5. - [Release notes](https://github.com/patrick-kidger/equinox/releases) - [Commits](https://github.com/patrick-kidger/equinox/compare/v0.11.4...v0.11.5) --- updated-dependencies: - dependency-name: equinox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5ff670ba..e390462da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "haliax>=1.4.dev307", - "equinox==0.11.4", + "equinox==0.11.5", "jaxtyping>=0.2.20", "tokenizers>=0.15.2", "transformers>=4.41.2",