From 4ca4d9491a1d30687ee0e350d964515c80ac93a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:46:15 +0000 Subject: [PATCH] build(deps): bump setuptools from 74.1.2 to 78.1.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.2 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v74.1.2...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa3c3c5..3104c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "scikit-learn>=1.6.1", "scipy>=1.15.2", "seaborn>=0.13.2", - "setuptools==74.1.2", + "setuptools==78.1.1", "shapely>=2.1.0", "statannotations>=0.7.2", "statsmodels>=0.14.0",