From 632b13fc09ae1d7dfc38b9d77c5b06e1195cf52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:16:59 +0000 Subject: [PATCH] chore(deps): update setuptools requirement from <84,>=83.0 to >=83.0,<85 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/v83.0.0...v84.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98ebd1b0..7a5ca6a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ requires-python = ">=3.11" dependencies = [ "minio>=7.2.16,<7.2.17", - "setuptools>=83.0,<84", + "setuptools>=83.0,<85", "requests>=2.33.0,<3", "requests-oauthlib>=2.0.0,<3", "pydantic~=2.12.3",