From 0e4547f2c774afc112aaca02560fd6552dfce8be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:31:01 +0000 Subject: [PATCH] Update types-setuptools requirement Updates the requirements on [types-setuptools](https://github.com/typeshed-internal/stub_uploader) to permit the latest version. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 80.10.0.20260124 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 aaedb0614..148716ba3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ Issues = "https://github.com/atlanhq/atlan-python/issues" dev = [ "mypy~=1.18.0", "ruff~=0.14.5", - "types-setuptools~=80.9.0.20250822", + "types-setuptools>=80.9.0.20250822,<80.10.1.0", "types-Authlib~=1.6.5.20251005", "jaraco-context~=6.1.0", "filelock~=3.20.3; python_version >= '3.10'",