From 6e08fe93d3589bdbe41af4cfaae18ec79f791f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:02:02 +0000 Subject: [PATCH 1/5] Bump networkx from 2.8.8 to 3.0 Bumps [networkx](https://github.com/networkx/networkx) from 2.8.8 to 3.0. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-2.8.8...networkx-3.0) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03d9c33b..8b2757ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ plotly==5.11.0 pyfftw==0.13.0 psutil==5.9.4 click==8.1.3 -networkx==2.8.8 +networkx==3.0 tabulate==0.9.0 From 78f386f067f7a5881587479d2f7f62c4de71a96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:02:14 +0000 Subject: [PATCH 2/5] Bump pyfftw from 0.13.0 to 0.13.1 Bumps [pyfftw](https://github.com/pyFFTW/pyFFTW) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/pyFFTW/pyFFTW/releases) - [Commits](https://github.com/pyFFTW/pyFFTW/compare/v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: pyfftw dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03d9c33b..f296e2c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ scikit-image==0.19.3 monty==2022.9.9 spglib==2.0.2 plotly==5.11.0 -pyfftw==0.13.0 +pyfftw==0.13.1 psutil==5.9.4 click==8.1.3 networkx==2.8.8 From 8009923274751186f80b6c7fd97cf51968d23e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 20:02:22 +0000 Subject: [PATCH 3/5] Bump sphinx from 5.3.0 to 6.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.3.0...v6.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d1587a7f..268769b7 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "decimation": ["open3d"], "smooth": ["PyMCubes"], "docs": [ - "sphinx==5.3.0", + "sphinx==6.1.3", "sphinx-click==4.4.0", "sphinx_rtd_theme==1.0.0", "sphinx-autodoc-typehints==1.19.4", From 4781922f8b38f821da047f82afb00265c09b5c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 20:01:59 +0000 Subject: [PATCH 4/5] Bump sphinx-autodoc-typehints from 1.19.4 to 1.22 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.19.4 to 1.22. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.19.4...1.22) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d1587a7f..7eb36c0e 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ "sphinx==5.3.0", "sphinx-click==4.4.0", "sphinx_rtd_theme==1.0.0", - "sphinx-autodoc-typehints==1.19.4", + "sphinx-autodoc-typehints==1.22", "m2r2==0.3.2", "nbsphinx", "nbsphinx-link", From 39956df23d0ed445c9a373e641068a3d0383edcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:57:16 +0000 Subject: [PATCH 5/5] Bump scipy from 1.9.3 to 1.10.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.9.3 to 1.10.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.9.3...v1.10.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03d9c33b..20b1de6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.24.1 -scipy==1.9.3 +scipy==1.10.1 matplotlib==3.6.2 pymatgen==2022.11.7 BoltzTraP2==22.12.1