From d32043c744bef07682da6af81ba77903b1b55075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:03:58 +0000 Subject: [PATCH 1/3] Bump scipy from 1.9.3 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.9.3 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.9.3...v1.10.0) --- 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 2250601f..c3d1aa47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy == 1.24.1 -scipy ==1.9.3 +scipy ==1.10.0 spglib ==2.0.2 future ==0.18.3 ase ==3.22.1 From 059133176b2ab77d6b812b7d7d93bdb8c16e41e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:04:26 +0000 Subject: [PATCH 2/3] Bump pre-commit from 2.21.0 to 3.0.2 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.0.2. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.21.0...v3.0.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 05df69c6..4ad4340a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pre-commit ==2.21.0 +pre-commit ==3.0.2 black ==22.12.0 isort ==5.11.4 pytest ==7.2.0 From ae780b63fdbab990eb0378b8aa3f17004ea24087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:04:33 +0000 Subject: [PATCH 3/3] Bump nbqa from 1.6.0 to 1.6.1 Bumps [nbqa](https://github.com/nbQA-dev/nbQA) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/nbQA-dev/nbQA/releases) - [Changelog](https://github.com/nbQA-dev/nbQA/blob/main/docs/history.rst) - [Commits](https://github.com/nbQA-dev/nbQA/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: nbqa dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 05df69c6..57da0996 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ pre-commit ==2.21.0 black ==22.12.0 isort ==5.11.4 pytest ==7.2.0 -nbqa ==1.6.0 +nbqa ==1.6.1 pyupgrade ==3.3.1 \ No newline at end of file