From 359d39ddd3fd049627556140c36a7b1c62213c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 16:17:36 +0000 Subject: [PATCH] Bump mpmath from 1.1.0 to 1.3.0 Bumps [mpmath](https://github.com/fredrik-johansson/mpmath) from 1.1.0 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/1.1.0...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 648ef47..c6772ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.1.3 -mpmath==1.1.0 +mpmath==1.3.0 gmpy2==2.0.8 numpy==1.18.1 scikit-learn==0.22.2.post1