From 1de54748cd16bca37f15691034702744df0946bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:16:19 +0000 Subject: [PATCH 1/2] Bump pytest from 7.3.1 to 7.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.4.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.3.1...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e78271de..b9274086 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pre-commit ==3.3.3 black ==23.3.0 isort ==5.12.0 -pytest ==7.3.1 +pytest ==7.4.0 nbqa ==1.7.0 pyupgrade ==3.8.0 pytest-cov ==4.1.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index d940b8c4..5f1f0d05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ase ==3.22.1 pymatgen ==2023.7.20 pandas == 2.0.2 pathos ==0.3.0 -pytest ==7.3.1 +pytest ==7.4.0 pytest-subtests ==0.11.0 pydantic ==1.* \ No newline at end of file From 4ce6d8f0bca11296e658686de07ae55c09a7a936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:16:20 +0000 Subject: [PATCH 2/2] Bump pandas from 2.0.2 to 2.0.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: pandas 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 d940b8c4..cf70c013 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ spglib ==2.0.2 future ==0.18.3 ase ==3.22.1 pymatgen ==2023.7.20 -pandas == 2.0.2 +pandas == 2.0.3 pathos ==0.3.0 pytest ==7.3.1 pytest-subtests ==0.11.0