From e25f46bddea3a882e63c3f23c7573a538194db7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 00:43:00 +0000 Subject: [PATCH] chore(deps): bump pipenv from 2024.2.0 to 2024.4.0 Bumps [pipenv](https://github.com/pypa/pipenv) from 2024.2.0 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.2.0...v2024.4.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 8fa86b9..68c0c78 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.3.1" +pipenv = "==2024.4.0" [dev-packages]