From ee23eabec4c86c66f38130b720ae621789297886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:43:39 +0000 Subject: [PATCH] Bump pipenv from 2024.3.1 to 2024.4.0 Bumps [pipenv](https://github.com/pypa/pipenv) from 2024.3.1 to 2024.4.0. - [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/v2024.3.1...v2024.4.0) --- updated-dependencies: - dependency-name: pipenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index fe7b63e..0e9d254 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,2 +1,2 @@ -pipenv==2024.3.1 +pipenv==2024.4.0 virtualenv==20.28.0