From 3680da332146b2b2bd1de3ea83142f22aad51160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:27:12 +0000 Subject: [PATCH] Bump setuptools from 78.1.0 to 83.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 78.1.0 to 83.0.0. - [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/v78.1.0...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 83c0eac177..b4edc1eb94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "marko==2.1.3", "ruamel.yaml==0.18.10", - "setuptools==78.1.0", + "setuptools==83.0.0", "wheel==0.45.1", ] @@ -25,7 +25,7 @@ dependencies = [ "pycryptodome==3.22.0", "remerkleable==0.1.28", "ruamel.yaml==0.18.10", - "setuptools==78.1.0", + "setuptools==83.0.0", "trie==3.1.0", ]