From 6a91128203a5523bc73a0e714231e43b2f711b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:14:53 +0000 Subject: [PATCH] Bump setuptools from 57.5.0 to 65.5.1 in /docs Bumps [setuptools](https://github.com/pypa/setuptools) from 57.5.0 to 65.5.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/v57.5.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/preinstall_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/preinstall_requirements.txt b/docs/preinstall_requirements.txt index f71cd41..dc3d256 100644 --- a/docs/preinstall_requirements.txt +++ b/docs/preinstall_requirements.txt @@ -2,4 +2,4 @@ # For some odd reason, readthedocs uses a really old version of setuptools # Note: as of v58.0.0 the `2to3` option for setup() is gone which breaks # ALL installs of sphinx-bootstrap-theme -setuptools==57.5.0 +setuptools==65.5.1