From c0a5ec2e45417541f619a8ed1aaaf51d30c1876f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 16:04:44 +0000 Subject: [PATCH] build(deps): 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/CHANGES.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 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/preinstall_requirements.txt b/docs/preinstall_requirements.txt index f71cd413..dc3d256b 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 diff --git a/docs/requirements.txt b/docs/requirements.txt index 02e31ead..52283dd4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ # 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 ipykernel nbsphinx mock