From 31f45555ccca4964a520b9e509208eb922dbb4e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:59:15 +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 b382e504..48f859d0 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 8e3cef98..f5ef074a 100644 --- a/uv.lock +++ b/uv.lock @@ -2126,7 +2126,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" }, @@ -2173,7 +2173,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" }, ]