From 1dfab061528517e560369d4d470adeb7a59e7c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:02:34 +0000 Subject: [PATCH] chore(deps): update mpmath requirement from <1.4 to <1.5 Updates the requirements on [mpmath](https://github.com/mpmath/mpmath) to permit the latest version. - [Release notes](https://github.com/mpmath/mpmath/releases) - [Changelog](https://github.com/mpmath/mpmath/blob/master/CHANGES) - [Commits](https://github.com/mpmath/mpmath/compare/0.17...1.4.0) --- updated-dependencies: - dependency-name: mpmath dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00118cb..5e75504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "typer[all]>=0.12.0", "rich>=13.7.0", "tqdm>=4.66.0", - "mpmath<1.4", + "mpmath<1.5", "python-docx>=1.1.0" ]