Skip to content

Commit

Permalink
Bump mpmath, scipy and requests
Browse files Browse the repository at this point in the history
* Bump mpmath from 1.2.1 to 1.3.0

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](mpmath/mpmath@1.2.1...1.3.0)

---
updated-dependencies:
- dependency-name: mpmath
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump scipy from 1.7.1 to 1.10.0 (#166)

Bumps [scipy](https://github.com/scipy/scipy) from 1.7.1 to 1.10.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.7.1...v1.10.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com>

* Bump requests from 2.27.1 to 2.31.0 (#170)

Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.27.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and lillian542 authored Dec 15, 2023
1 parent e7a9042 commit 840ca8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jupyter-core==4.11.2
kiwisolver==1.4.2
MarkupSafe==2.1.1
matplotlib==3.5.1
mpmath==1.2.1
mpmath==1.3.0
nbformat==5.1.3
networkx==2.6.3
ninja==1.10.2.3
Expand All @@ -56,9 +56,9 @@ pytest==6.2.5
python-dateutil==2.8.2
pytz==2021.1
PyYAML==6.0
requests==2.27.1
requests==2.31.0
retworkx==0.11.0
scipy==1.11.2
scipy==1.10.0
semantic-version==2.10
six==1.16.0
snowballstemmer==2.2.0
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jsonschema==3.2.0
jupyter-core==4.11.2
kiwisolver==1.3.2
matplotlib==3.4.3
mpmath==1.2.1
mpmath==1.3.0
nbformat==5.1.3
networkx==2.6.3
ninja==1.10.2.3
Expand All @@ -41,9 +41,9 @@ pyscf==1.7.6
pytest==6.2.5
python-dateutil==2.8.2
pytz==2021.1
requests==2.27.1
requests==2.31.0
retworkx==0.11.0
scipy==1.7.1
scipy==1.10.0
semantic-version==2.6.0
six==1.16.0
sortedcontainers==2.4.0
Expand Down

0 comments on commit 840ca8f

Please sign in to comment.