From 1b3407614026d0b794fae4294681bbef45f37b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:24:50 +0000 Subject: [PATCH] Bump pipenv in /python/helpers in the pip group across 1 directory Bumps the pip group with 1 update in the /python/helpers directory: [pipenv](https://github.com/pypa/pipenv). Updates `pipenv` from 2021.5.29 to 2022.1.8 - [Release notes](https://github.com/pypa/pipenv/releases) - [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pipenv/compare/v2021.5.29...v2022.1.8) --- updated-dependencies: - dependency-name: pipenv dependency-version: 2022.1.8 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..779fab253a 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -2,7 +2,7 @@ pip==21.2.4 pip-tools==6.3.1 flake8==4.0.0 hashin==0.15.0 -pipenv==2021.5.29 +pipenv==2022.1.8 pipfile==0.0.2 poetry==1.1.11 wheel==0.37.0