From 2f9d914a0adf2a3e7e4c7b0516909e1a4b172f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:20:21 +0000 Subject: [PATCH] Bump pipenv in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [pipenv](https://github.com/pypa/pipenv). Updates `pipenv` from 2021.11.09 to 2022.1.8 - [Release notes](https://github.com/pypa/pipenv/releases) - [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pipenv/compare/v2021.11.9...v2022.1.8) --- updated-dependencies: - dependency-name: pipenv dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b846e2959..bcd4d7c2f 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ mock = "*" mypy = "*" nose = "*" nose-timer = "*" -pipenv = "==2021.11.09" +pipenv = "==2022.1.8" [packages] argcomplete = "*"