From 919e81e1ed04622121451756cbc80637e33d9778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:15:33 +0000 Subject: [PATCH] Bump pip in /python/helpers in the pip group across 1 directory Bumps the pip group with 1 update in the /python/helpers directory: [pip](https://github.com/pypa/pip). Updates `pip` from 21.2.4 to 23.3 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/21.2.4...23.3) --- updated-dependencies: - dependency-name: pip dependency-version: '23.3' dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- python/helpers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/requirements.txt b/python/helpers/requirements.txt index 4f6c74e6f5..5772b045fc 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,4 +1,4 @@ -pip==21.2.4 +pip==23.3 pip-tools==6.3.1 flake8==4.0.0 hashin==0.15.0