From 43ff792dbb40ecccabf54ee9e8e0619407a486e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 22:33:08 +0000 Subject: [PATCH] Bump pip from 23.3 to 25.3 in /docker 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] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 2e87ede6..7cb7b380 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -21,5 +21,5 @@ virtualenv==20.26.6 wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: -pip==23.3 +pip==25.3 setuptools==78.1.1