From 494ca9d73ca7fdd4f3eb38cf0b13e918d4da5c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 02:06:16 +0000 Subject: [PATCH] build(deps): bump mirakuru from 3.0.1 to 3.0.2 Bumps [mirakuru](https://github.com/dbfixtures/mirakuru) from 3.0.1 to 3.0.2. - [Changelog](https://github.com/dbfixtures/mirakuru/blob/main/CHANGES.rst) - [Commits](https://github.com/dbfixtures/mirakuru/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: mirakuru dependency-version: 3.0.2 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 572484e9..11d55051 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] pytest = "==9.0.2" port-for = "==1.0.0" -mirakuru = "==3.0.1" +mirakuru = "==3.0.2" packaging = "==26.0" psycopg = "==3.3.2"