From cc3f7f83ca13b3c5b2d86fb80f5c601e4a14cf0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:38:52 +0000 Subject: [PATCH] Bump pip from 23.3 to 25.2 in /tools/stronghold Bumps [pip](https://github.com/pypa/pip) from 23.3 to 25.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3...25.2) --- updated-dependencies: - dependency-name: pip dependency-version: '25.2' 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..08e0563842 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.2 pytest==7.2.0 PyYAML==6.0.2 pathspec==0.12.1