From c6459a447164cd498440bfeab4510989981e2924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 18:36:57 +0000 Subject: [PATCH] chore(deps): update setuptools requirement in /docs Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [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/v82.0.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index b5c63595786e..5f6397d6147f 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -9,5 +9,5 @@ dependencies = [ "myst-parser>=5,<6", "maturin>=1.11,<2", "jinja2>=3.1.6,<4", - "setuptools>=82,<83", + "setuptools>=82.0.1,<83", ]