From cca4a2911f43d2f62764e3f3d19d8d9da8eab4ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 16:16:11 +0000 Subject: [PATCH] Bump mpmath from 1.0.0 to 1.3.0 in /crypto Bumps [mpmath](https://github.com/fredrik-johansson/mpmath) from 1.0.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.0.0...1.3.0) --- updated-dependencies: - dependency-name: mpmath dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crypto/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/setup.py b/crypto/setup.py index 9ca5749..142d5d7 100644 --- a/crypto/setup.py +++ b/crypto/setup.py @@ -11,7 +11,7 @@ packages=find_packages(), namespace_packages=['starkware'], install_requires=[ - 'mpmath==1.0.0', + 'mpmath==1.3.0', 'sympy==1.6', 'ecdsa==0.16.0', ],