From 1b373c258dde63eab85c8e7f1aa803ff5747b857 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:07:08 +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 2a3e71df..52257c10 100644 --- a/uv.lock +++ b/uv.lock @@ -2069,7 +2069,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" }, @@ -2116,7 +2116,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" }, ]