From 64b4075fae0fe85b125de49445f1217a6b61ab32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 20:24:07 +0000 Subject: [PATCH] Bump setuptools from 70.0.0 to 78.1.1 in /docs Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.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/v70.0.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 36f69b0c..c8a9ca6d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ sphinx_tabs==3.4.5 sphinx_togglebutton==0.3.2 # Transitive dependency of togglebutton causing: # https://security.snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 -setuptools==70.0.0 +setuptools==78.1.1 sphinx-autobuild==2021.3.14 myst_nb>0.8.3