From 4bac4b4cf335fc48738c2e6acc38a08d68172889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 16:20:32 +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 24.0 to 25.0.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.0...25.0.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major 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 676cd68677e..93cf08a6214 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,4 +1,4 @@ -pip==24.0 +pip==25.0.1 pip-tools==7.4.1 flake8==7.1.0 hashin==1.0.3