From f304b6fb1043e30cf7aca2b8547b9f78b65519af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 16:15:15 +0000 Subject: [PATCH] Bump mpmath from 0.19 to 1.3.0 Bumps [mpmath](https://github.com/fredrik-johansson/mpmath) from 0.19 to 1.3.0. - [Release notes](https://github.com/fredrik-johansson/mpmath/releases) - [Changelog](https://github.com/mpmath/mpmath/blob/master/CHANGES) - [Commits](https://github.com/fredrik-johansson/mpmath/compare/0.19...1.3.0) --- updated-dependencies: - dependency-name: mpmath dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 204c939..42a31e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ cycler==0.10.0 dipde==0.2.0 matplotlib==1.5.1 mpi4py==2.0.0 -mpmath==0.19 +mpmath==1.3.0 numpy==1.22.0 pandas==0.16.2 py==1.4.31