From e78802ba7534b528f221640925da9d8e5fdb5071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:00:05 +0000 Subject: [PATCH] chore(deps): bump pipenv from 2023.12.1 to 2024.0.0 Bumps [pipenv](https://github.com/pypa/pipenv) from 2023.12.1 to 2024.0.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/v2023.12.1...v2024.0.0) --- 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 64c5742..c8104d4 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ passlib = "==1.7.4" playwright = "==1.44.0" requests = "==2.32.3" wtforms = "==3.1.2" -pipenv = "==2023.12.1" +pipenv = "==2024.0.0" [dev-packages]