From 271ba0ec901239e443cdf0844c56d8ac14d55ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 06:03:26 +0000 Subject: [PATCH] Bump pipenv from 2025.0.4 to 2025.1.3 Bumps [pipenv](https://github.com/pypa/pipenv) from 2025.0.4 to 2025.1.3. - [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.3) --- updated-dependencies: - dependency-name: pipenv dependency-version: 2025.1.3 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 d2f12d2..fd6f1c0 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 = "==2025.1.3" ruff = "*" mypy = "*"