From 769d4dd4c107c562abeb164fec187f3b85584c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 16:57:02 +0000 Subject: [PATCH] Bump pip in /python/helpers in the common group across 1 directory Bumps the common group with 1 update in the /python/helpers directory: [pip](https://github.com/pypa/pip). Updates `pip` from 24.0 to 24.1.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.0...24.1.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common ... 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 4aad2ff2eb0..79f4fc5d66b 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,4 +1,4 @@ -pip==24.0 +pip==24.2 pip-tools==7.4.1 flake8==7.1.0 hashin==1.0.1