From 3fc907418a86637a015a7779bb8539e9b53c66d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 07:08:15 +0000 Subject: [PATCH] build(deps): bump pipenv from 2021.11.23 to 2023.2.4 in /python/helpers Bumps [pipenv](https://github.com/pypa/pipenv) from 2021.11.23 to 2023.2.4. - [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/v2021.11.23...v2023.2.4) --- 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 7ff1e1f9eb9..0cdf4190d66 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -2,7 +2,7 @@ pip==21.3.1 pip-tools==6.4.0 flake8==4.0.1 hashin==0.15.0 -pipenv==2021.11.23 +pipenv==2023.2.4 pipfile==0.0.2 poetry==1.1.12 wheel==0.37.0