aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-29 02:16:30 +0300
committerGitHub <noreply@github.com>2023-06-29 02:16:30 +0300
commitb6dbe7051cb3c0491749409351804eef942b4160 (patch)
tree66cd2fc1af76637bc9c5e7dc767b54f8bb5e353b
parent610286c369717c64610133e9b898a84c9dbecea3 (diff)
Bump mpmath from 1.2.1 to 1.3.0 in /test/oryx/sample-python (#554)
Bumps [mpmath](https://github.com/fredrik-johansson/mpmath) from 1.2.1 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.2.1...1.3.0) --- updated-dependencies: - dependency-name: mpmath dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--test/oryx/sample-python/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/oryx/sample-python/requirements.txt b/test/oryx/sample-python/requirements.txt
index c8a04f6..0f34acb 100644
--- a/test/oryx/sample-python/requirements.txt
+++ b/test/oryx/sample-python/requirements.txt
@@ -1,2 +1,2 @@
-mpmath==1.2.1
+mpmath==1.3.0
sympy==1.11.1