From fbb3ad9c02b10c0bb702c904e784a577717ab40d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 06:03:25 +0000 Subject: [PATCH] Bump pipenv from 2025.0.4 to 2025.1.1 Bumps [pipenv](https://github.com/pypa/pipenv) from 2025.0.4 to 2025.1.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/v2025.0.4...v2025.1.1) --- updated-dependencies: - dependency-name: pipenv dependency-version: 2025.1.1 dependency-type: direct:development 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 c049e01..d2f12d2 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.0.4" +pipenv = "==2025.1.1" ruff = "*" mypy = "*"