From f958f1e098b1d1255cf90e0fb4b98e91de076189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 23:42:35 +0000 Subject: [PATCH] Bump setuptools from 80.9.0 to 83.0.0 in /docs Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 83.0.0. - [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/v80.9.0...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 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 f140fde..79a3cb6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -69,7 +69,7 @@ requests==2.33.0 ; python_version >= "3.10" and python_version < "3.15" rope==1.14.0 ; python_version >= "3.10" and python_version < "3.15" ruamel-yaml-clib==0.2.14 ; python_version >= "3.10" and python_version < "3.14" and platform_python_implementation == "CPython" ruamel-yaml==0.18.15 ; python_version >= "3.10" and python_version < "3.15" -setuptools==80.9.0 ; python_version >= "3.10" and python_version < "3.15" +setuptools==83.0.0 ; python_version >= "3.10" and python_version < "3.15" six==1.16.0 ; python_version >= "3.10" and python_version < "3.15" sly==0.5 ; python_version >= "3.10" and python_version < "3.15" sniffer==0.4.1 ; python_version >= "3.10" and python_version < "3.15"