From 8cda12262bb7c447dc7932899dfcca5d63e5cfd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 03:54:29 +0000 Subject: [PATCH] chore(deps): update dependency setuptools [security] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 800e376..20f0212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pandas>=3.0,<4", "pillow>=12.1,<13", "pyzmq>=26.0,<27", - "setuptools>=82.0,<83", + "setuptools>=84,<85", ] license = { file = "LICENSE" } readme = "README.md" diff --git a/requirements.txt b/requirements.txt index 9c2225b..3f3abc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -164,7 +164,7 @@ scikit-spatial==9.0.1 # via plxcontroller (pyproject.toml) scipy==1.17.1 # via scikit-spatial -setuptools==82.0.1 +setuptools==83.0.0 # via plxcontroller (pyproject.toml) shapely==2.1.2 # via plxcontroller (pyproject.toml)