From 84babb7f517dc719df58ff339dff50c42db69a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:45:36 +0000 Subject: [PATCH] Bump setuptools from 70.3.0 to 78.1.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 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/v70.3.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61013947..c5495ffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ documentation = "https://github.com/amd/node-scraper" repository = "https://github.com/amd/node-scraper" [build-system] -requires = ["setuptools==70.3.0", "setuptools-scm==8.1.0"] +requires = ["setuptools==78.1.1", "setuptools-scm==8.1.0"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find]