From 1172c7a1732d98e089cf8725755623540a89d5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 02:43:41 +0000 Subject: [PATCH] Bump mpmath from 1.3.0 to 1.4.0 Bumps [mpmath](https://github.com/mpmath/mpmath) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/mpmath/mpmath/releases) - [Changelog](https://github.com/mpmath/mpmath/blob/master/CHANGES) - [Commits](https://github.com/mpmath/mpmath/compare/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: mpmath dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 293f8611f..95d8d9ed2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ kiwisolver==1.4.9 ; python_version >= "3.11" and python_version < "3.15" markupsafe==3.0.3 ; python_version >= "3.11" and python_version < "3.15" matplotlib==3.10.8 ; python_version >= "3.11" and python_version < "3.15" ml-dtypes==0.5.4 ; python_version >= "3.11" and python_version < "3.15" -mpmath==1.3.0 ; python_version >= "3.11" and python_version < "3.15" +mpmath==1.4.0 ; python_version >= "3.11" and python_version < "3.15" networkx==3.6.1 ; python_version >= "3.11" and python_version < "3.15" numpy==2.4.2 ; python_version >= "3.11" and python_version < "3.15" nvidia-cublas-cu12==12.8.4.1 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64" diff --git a/requirements.txt b/requirements.txt index ddee4250c..d760b5d6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ fonttools==4.61.1 ; python_version >= "3.11" and python_version < "3.15" idna==3.11 ; python_version >= "3.11" and python_version < "3.15" kiwisolver==1.4.9 ; python_version >= "3.11" and python_version < "3.15" matplotlib==3.10.8 ; python_version >= "3.11" and python_version < "3.15" -mpmath==1.3.0 ; python_version >= "3.11" and python_version < "3.15" +mpmath==1.4.0 ; python_version >= "3.11" and python_version < "3.15" numpy==2.4.2 ; python_version >= "3.11" and python_version < "3.15" packaging==26.0 ; python_version >= "3.11" and python_version < "3.15" pandas==3.0.1 ; python_version >= "3.11" and python_version < "3.15"