From 34bca45a517072d4e2432d7e4140507ee7a922ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:00:14 +0000 Subject: [PATCH] Bump pipenv from 2022.4.8 to 2023.7.23 in /python/helpers Bumps [pipenv](https://github.com/pypa/pipenv) from 2022.4.8 to 2023.7.23. - [Release notes](https://github.com/pypa/pipenv/releases) - [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/pipenv/compare/v2022.4.8...v2023.7.23) --- updated-dependencies: - dependency-name: pipenv dependency-type: direct:production update-type: version-update:semver-major ... 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 93181463ecad..53a20760fcc0 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,7 +1,7 @@ pip>=21.3.1,<23.2.0 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04) pip-tools>=6.4.0,<=6.14.0 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04) hashin==0.17.0 -pipenv==2022.4.8 +pipenv==2023.7.23 pipfile==0.0.2 poetry>=1.1.15,<1.6.0 # For now we chose to pin `wheel` even though we don't import it directly.