From cc5e706f60eb30ddbcd567a21282fcad33420cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:34:10 +0000 Subject: [PATCH] Update pipenv requirement from ~=2023.12.1 to ~=2024.0.1 Updates the requirements on [pipenv](https://github.com/pypa/pipenv) to permit the latest version. - [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/v2023.12.1...v2024.0.1) --- updated-dependencies: - dependency-name: pipenv dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index e517f7f3..b4a20ac4 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ packaging~=24.0 pip~=24.0 -pipenv~=2023.12.1 +pipenv~=2024.0.1 setuptools~=70.0.0 twine~=5.1.0 virtualenv~=20.26.2