diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-29 02:16:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 02:16:30 +0300 |
commit | b6dbe7051cb3c0491749409351804eef942b4160 (patch) | |
tree | 66cd2fc1af76637bc9c5e7dc767b54f8bb5e353b /test/oryx/sample-python/requirements.txt | |
parent | 610286c369717c64610133e9b898a84c9dbecea3 (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>
Diffstat (limited to 'test/oryx/sample-python/requirements.txt')
-rw-r--r-- | test/oryx/sample-python/requirements.txt | 2 |
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 |