From 61d8c5c8c0aed4edef6ddfe5f954d8bf01d4edf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 01:06:57 +0000 Subject: [PATCH] build(deps-dev): update types-setuptools requirement 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: 81.0.0.20260209 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 71b86ee..818ce5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ type = [ "pyright>=1.1.393", "types-jinja2", "types-pyyaml", - "types-setuptools>=67.6.0.5,<70", + "types-setuptools>=67.6.0.5,<82", "types-toml", { include-group = "test" }, ]