From b6021f3c46c99cbdd86006d2358427c69515f045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:07:06 +0000 Subject: [PATCH] build(deps): bump pipenv from 2023.6.12 to 2023.6.18 Bumps [pipenv](https://github.com/pypa/pipenv) from 2023.6.12 to 2023.6.18. - [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/v2023.6.12...v2023.6.18) --- updated-dependencies: - dependency-name: pipenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1bfe4ee..78ef941 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ distlib = "==0.3.6" filelock = "==3.12.0" idna = "==3.4" importlib-metadata = "==6.6.0" -pipenv = "==2023.6.12" +pipenv = "==2023.6.18" platformdirs = "==2.5.2" pydantic = "==1.10.9" requests = "==2.31.0"