From 5053c1d259dc56e226ae9759121f61883351f298 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:17:25 -0400 Subject: [PATCH] chore(deps): update dependency setuptools to v81 (#5003) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cf85cfd..867b5f2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ glad = [ "glad2 @ file:./third-party/glad", # setuptools provides pkg_resources which glad's plugin.py imports. # setuptools >= 81 removed pkg_resources; pin to the last series that includes it. - "setuptools<81", + "setuptools<82", ] flatpak = [