From a88756dd891e6a317227d5ea499d2e985ed18dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:28:28 +0000 Subject: [PATCH] chore(deps): bump pipenv from 2024.0.0 to 2024.0.1 Bumps [pipenv](https://github.com/pypa/pipenv) from 2024.0.0 to 2024.0.1. - [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.0.0...v2024.0.1) --- updated-dependencies: - dependency-name: pipenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index c8104d46..e962384f 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 = "==2024.0.0" +pipenv = "==2024.0.1" [dev-packages]