From 29e919ca26884a4448442be7ea2ea60e8a023cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:25:31 +0000 Subject: [PATCH] chore(deps): bump pipenv from 2024.1.0 to 2024.2.0 Bumps [pipenv](https://github.com/pypa/pipenv) from 2024.1.0 to 2024.2.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.1.0...v2024.2.0) --- updated-dependencies: - dependency-name: pipenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index e3f05e0d..38be489f 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ passlib = "==1.7.4" playwright = "==1.48.0" requests = "==2.32.3" wtforms = "==3.2.1" -pipenv = "==2024.1.0" +pipenv = "==2024.2.0" [dev-packages]