From 477fbf0d684b211027c2920fc028759db24e3f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 11:53:35 +0000 Subject: [PATCH] chore(deps): bump pipenv from 2022.1.8 to 2022.6.7 Bumps [pipenv](https://github.com/pypa/pipenv) from 2022.1.8 to 2022.6.7. - [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.1.8...v2022.6.7) --- updated-dependencies: - dependency-name: pipenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index e217b72..5036ff7 100644 --- a/Pipfile +++ b/Pipfile @@ -10,10 +10,10 @@ distlib = "==0.3.4" filelock = "==3.4.2" idna = "==3.3" importlib-metadata = "==4.11.1" -pipenv = "==2022.1.8" +pipenv = "==2022.6.7" platformdirs = "==2.4.1" pydantic = "==1.9.1" -requests = "==2.27.1" +requests = "==2.28.0" six = "==1.16.0" typing-extensions = "==4.1.1" urllib3 = "==1.26.7"