From e2bb5acaaeaba6894db671c67bff218d2b33183f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:13:33 +0000 Subject: [PATCH] build(deps): bump setuptools from 80.10.2 to 83.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.10.2 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.10.2...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- clients/python/pyproject.toml | 2 +- uv.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 89803f89..c92ca246 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -41,7 +41,7 @@ cluster = [ ] examples = [ "click>=8.3", - "setuptools>=80.0", + "setuptools>=83.0.0", ] datadog = [ "datadog>=0.49", diff --git a/uv.lock b/uv.lock index 4b2a0824..e00cf6c0 100644 --- a/uv.lock +++ b/uv.lock @@ -720,10 +720,10 @@ http2 = [ [[package]] name = "setuptools" -version = "80.10.2" +version = "83.0.0" source = { registry = "https://pypi.devinfra.sentry.io/simple" } wheels = [ - { url = "https://pypi.devinfra.sentry.io/wheels/setuptools-80.10.2-py3-none-any.whl", hash = "sha256:95b30ddfb717250edb492926c92b5221f7ef3fbcc2b07579bcd4a27da21d0173" }, + { url = "https://pypi.devinfra.sentry.io/wheels/setuptools-83.0.0-py3-none-any.whl", hash = "sha256:29b23c360f22f414dc7336bb39178cc7bcbf6021ed2733cde173f09dba19abb3" }, ] [[package]] @@ -857,7 +857,7 @@ requires-dist = [ { name = "sentry-arroyo", specifier = ">=2.41.1" }, { name = "sentry-protos", specifier = ">=0.26.1" }, { name = "sentry-sdk", extras = ["http2"], specifier = ">=2.66.1" }, - { name = "setuptools", marker = "extra == 'examples'", specifier = ">=80.0" }, + { name = "setuptools", marker = "extra == 'examples'", specifier = ">=83.0.0" }, { name = "zstandard", specifier = ">=0.18.0" }, ] provides-extras = ["cluster", "examples", "datadog"]