From 0c628e1bcdb8af3966cd0d551b04929368ad4f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:35:25 +0000 Subject: [PATCH] [DEPENDABOT]: Bump mpmath from 1.3.0 to 1.4.1 Bumps [mpmath](https://github.com/mpmath/mpmath) from 1.3.0 to 1.4.1. - [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.1) --- updated-dependencies: - dependency-name: mpmath dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 851377c45..607fbb4b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ matplotlib==3.11.0 ; python_version >= "3.11" and python_version < "3.14" mdurl==0.1.2 ; python_version >= "3.11" and python_version < "3.14" mock==5.2.0 ; python_version >= "3.11" and python_version < "3.14" more-itertools==11.1.0 ; python_version >= "3.11" and python_version < "3.14" -mpmath==1.3.0 ; python_version >= "3.11" and python_version < "3.14" +mpmath==1.4.1 ; python_version >= "3.11" and python_version < "3.14" msgpack==1.2.0 ; python_version >= "3.11" and python_version < "3.14" multidict==6.7.1 ; python_version >= "3.11" and python_version < "3.14" narwhals==2.22.1 ; python_version >= "3.11" and python_version < "3.14"