From dd321c17287cc8152656e6fe8923637fb4d5d358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:13:31 +0000 Subject: [PATCH] Bump gmpy2 from 2.3.0 to 2.3.1 in /DevUtils Bumps [gmpy2](https://github.com/gmpy2/gmpy2) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/gmpy2/gmpy2/releases) - [Changelog](https://github.com/gmpy2/gmpy2/blob/v2.3.1/docs/history.rst) - [Commits](https://github.com/gmpy2/gmpy2/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: gmpy2 dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- DevUtils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevUtils/requirements.txt b/DevUtils/requirements.txt index 73ae799..e74bf7e 100644 --- a/DevUtils/requirements.txt +++ b/DevUtils/requirements.txt @@ -1,4 +1,4 @@ -gmpy2==2.3.0 +gmpy2==2.3.1 loguru==0.7.3 numba==0.65.1 numpy==2.4.6