From 4218640020d001956eebaf8119a8cd7925f42a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 18:23:33 +0000 Subject: [PATCH] Bump pip from 23.3 to 25.3 in /tools/stronghold Bumps [pip](https://github.com/pypa/pip) from 23.3 to 25.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3...25.3) --- updated-dependencies: - dependency-name: pip dependency-version: '25.3' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/stronghold/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/stronghold/requirements.txt b/tools/stronghold/requirements.txt index 6eedf8c4c5..b052fafd42 100644 --- a/tools/stronghold/requirements.txt +++ b/tools/stronghold/requirements.txt @@ -1,7 +1,7 @@ black==22.10.0 flake8==5.0.4 mypy==0.990 -pip==23.3 +pip==25.3 pytest==7.2.0 PyYAML==6.0.2 pathspec==0.12.1