From 71710b9d357bdba15a79636178c7b3b595390e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 19:13:59 +0000 Subject: [PATCH] Bump setuptools from 61.0 to 78.1.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 61.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v61.0.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4471940..71292b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "google-cloud-monitoring", "omegaconf", # Jetstream dependencies - "setuptools==61.0", + "setuptools==78.1.1", "jaxtyping", "clu", "editdistance",