From 4666c059c1e7aad9798012236058f81998ef1173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 20:40:37 +0000 Subject: [PATCH] build(deps): bump pipenv from 2022.4.8 to 2022.8.5 in /python/helpers Bumps [pipenv](https://github.com/pypa/pipenv) from 2022.4.8 to 2022.8.5. - [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...v2022.8.5) --- updated-dependencies: - dependency-name: pipenv dependency-type: direct:production update-type: version-update:semver-minor ... 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 4b56a5eb00c..7aa9ae0b2dd 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -2,7 +2,7 @@ pip>=21.3.1,<22.2.2 # Allow earlier versions to retain python 3.6 support pip-tools>=6.4.0,<6.8.1 # Allow earlier versions to retain python 3.6 support flake8==5.0.4 hashin==0.17.0 -pipenv==2022.4.8 +pipenv==2022.8.5 pipfile==0.0.2 poetry==1.1.14 wheel==0.37.1