From 9f43f04dca67e4de568bc449be6878129e698720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 01:45:54 +0000 Subject: [PATCH] Bump setuptools from 78.1.0 to 78.1.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 78.1.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/v78.1.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 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..0e12d144f6 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==78.1.1", "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==78.1.1", "trie==3.1.0", ]