From a279c9cd7413395eb4365b93d9d0a121ec517a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 04:54:40 +0000 Subject: [PATCH] Bump pipenv in /python/helpers in the pipenv group Bumps the pipenv group in /python/helpers with 1 update: [pipenv](https://github.com/pypa/pipenv). Updates `pipenv` from 2024.4.1 to 2025.0.2 - [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/v2024.4.1...v2025.0.2) --- updated-dependencies: - dependency-name: pipenv dependency-version: 2025.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pipenv ... 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 0eb8a1b92b..d5f6e062ee 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -2,7 +2,7 @@ pip==24.0 pip-tools==7.4.1 flake8==7.1.0 hashin==1.0.3 -pipenv==2024.4.1 +pipenv==2025.0.2 plette==2.1.0 poetry==2.1.1 # TODO: Replace 3p package `tomli` with 3.11's new stdlib `tomllib` once we drop support for Python 3.10.