From 8582244de00f741e3dd7882b0fd21d567288406f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:55:35 +0000 Subject: [PATCH] build(deps-dev): update types-setuptools requirement from <71 to <83 Updates the requirements on [types-setuptools](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 82.0.0.20260518 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92f1806187..651acc3d71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ typing = [ "types-gevent", "types-greenlet", "types-redis", - "types-setuptools<71", + "types-setuptools<83", "types-webob", "opentelemetry-distro[otlp]", "pymongo",