From 20a571367d7a67d18cac26dc309823f64211bf05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:31:21 +0000 Subject: [PATCH] Bump pipenv in /python/helpers in the pipenv group across 1 directory Bumps the pipenv group with 1 update in the /python/helpers directory: [pipenv](https://github.com/pypa/pipenv). Updates `pipenv` from 2024.0.2 to 2024.4.1 - [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.0.2...v2024.4.1) --- updated-dependencies: - dependency-name: pipenv dependency-type: direct:production update-type: version-update:semver-minor 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 f16e2759389..b94356a8863 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -4,7 +4,7 @@ flake8==7.1.0 # TODO: Drop the conditions and use the latest version once we drop support for Python 3.8. hashin==1.0.2; python_version < '3.9' hashin==1.0.3; python_version >= '3.9' -pipenv==2024.0.2 +pipenv==2024.4.1 plette==2.1.0 poetry==1.8.5 # TODO: Replace 3p package `tomli` with 3.11's new stdlib `tomllib` once we drop support for Python 3.10.