From 3e903085c905578ed746f4a6fbc9162af5cc5ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 06:03:13 +0000 Subject: [PATCH] Bump pipenv from 2025.0.4 to 2026.0.2 Bumps [pipenv](https://github.com/pypa/pipenv) from 2025.0.4 to 2026.0.2. - [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/v2025.0.4...v2026.0.2) --- updated-dependencies: - dependency-name: pipenv dependency-version: 2026.0.2 dependency-type: direct:development 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 d2f12d2..11f5c44 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ httpx = "==0.28.1" [dev-packages] pre-commit = "==4.5.0" pytest = "==9.0.1" -pipenv = "==2025.1.1" +pipenv = "==2026.0.2" ruff = "*" mypy = "*"