From 05e5b9723333ca8788ae43a8d0c55418ce196926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:12:10 +0000 Subject: [PATCH] build(deps): bump pipenv from 2022.9.24 to 2023.6.12 Bumps [pipenv](https://github.com/pypa/pipenv) from 2022.9.24 to 2023.6.12. - [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.9.24...v2023.6.12) --- updated-dependencies: - dependency-name: pipenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 5843c62..8e7bc4d 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 = "==2022.9.24" +pipenv = "==2023.6.12" platformdirs = "==2.5.2" pydantic = "==1.10.2" requests = "==2.28.1"