From 023cc5fd8faf2ab9f9d756f2a09bc07f3ed32cf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 21:51:32 +0000 Subject: [PATCH] Update dependency setuptools to v83 [SECURITY] --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0113e035..abda5f1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ test-pyramid = [ # pyramid uses pkg_resources, which has been long deprecated and finally removed # # see https://github.com/Pylons/pyramid/issues/3731 for discussion within pyramid - "setuptools <82.0", + "setuptools <83.1", ] test-falcon = ["falcon>=4.1.0", { include-group = "tests" }] test-aiohttp = ["aiohttp>=3.13.0", { include-group = "tests" }] diff --git a/uv.lock b/uv.lock index 5010a19a..61e623b7 100644 --- a/uv.lock +++ b/uv.lock @@ -2051,7 +2051,7 @@ test-all-frameworks = [ { name = "pytest" }, { name = "pytest-aiohttp", specifier = ">=0.3.0" }, { name = "pytest-asyncio" }, - { name = "setuptools", specifier = "<82.0" }, + { name = "setuptools", specifier = "<83.1" }, { name = "tornado", specifier = ">=6.5.0" }, { name = "webtest", specifier = "==3.0.7" }, { name = "webtest-aiohttp", specifier = "==2.0.0" }, @@ -2098,7 +2098,7 @@ test-pyramid = [ { name = "pytest" }, { name = "pytest-aiohttp", specifier = ">=0.3.0" }, { name = "pytest-asyncio" }, - { name = "setuptools", specifier = "<82.0" }, + { name = "setuptools", specifier = "<83.1" }, { name = "webtest", specifier = "==3.0.7" }, { name = "webtest-aiohttp", specifier = "==2.0.0" }, ]