From 1856e1d8e5ad37f56ca1a415c5707ba3b855cd13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:52:04 +0000 Subject: [PATCH] chore(deps): update dependency setuptools to v82 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cf85cfdfea..365e054cb29 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<83", ] flatpak = [