From e1a1987514c9348ae0ecb7d266340a1020fef0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 07:17:40 +0000 Subject: [PATCH] build(deps): bump setuptools from 81.0.0 to 83.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 81.0.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/v81.0.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 +- test-constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index 435f897131..fb39d8d9b3 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -3,7 +3,7 @@ sphinx-rtd-theme==2.0.0rc4 sphinx-autodoc-typehints==1.25.2 # Required to avoid breakages for pyramid and cassandra packages -setuptools<82.0.0 +setuptools<84.0.0 # Required by opentelemetry-instrumentation fastapi>=0.65.2 diff --git a/test-constraints.txt b/test-constraints.txt index dc956600db..c62573c691 100644 --- a/test-constraints.txt +++ b/test-constraints.txt @@ -1,3 +1,3 @@ # Source install of cassandra-driver requires pkg_resources, if # it's not found the install script is broken and fails to build -setuptools<82.0.0 +setuptools<84.0.0