From 840ca8fe81e98f29f9d987a2eccf0d06fb39be2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:03:00 -0500 Subject: [PATCH] Bump mpmath, scipy and requests * 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](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] * 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](https://github.com/scipy/scipy/compare/v1.7.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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](https://github.com/psf/requests/compare/v2.27.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com> --- doc/requirements.txt | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index af409ab..47c8f82 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 @@ -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 diff --git a/requirements.txt b/requirements.txt index 20c0a81..935cc6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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