From 3e1ffff8d72ebd697c71067a45acaf563741e54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 16:31:48 +0000 Subject: [PATCH] chore(deps): bump setuptools from 68.0.0 to 78.1.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 68.0.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/v68.0.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e45dda87..bba69c32 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # Build dependencies wheel==0.41.2 # For building wheels -setuptools==68.0.0 # For building packages +setuptools==78.1.1 # For building packages build==1.0.3 # For building packages using PEP 517/518 toml==0.10.2 # For reading pyproject.toml files