From d64b2f3e03db35f36a69654985dad22cec4f50aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:40:21 +0000 Subject: [PATCH 1/3] Bump pytest from 8.3.2 to 8.3.3 (#978) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. - [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/8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 330da7e749..226fd9a396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ tests = [ "nbmake==1.5.4", "pytest-cov==5.0.0", "pytest-mock==3.14.0", - "pytest==8.3.2", + "pytest==8.3.3", ] strict = [ "PyYAML==6.0.2", From b56e3d7f0d2cc2fe7c1ad1aac3fc55972d0275b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:40:33 +0000 Subject: [PATCH 2/3] Bump pydantic-settings from 2.3.4 to 2.5.2 (#981) Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.3.4 to 2.5.2. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.3.4...v2.5.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 226fd9a396..cfc58899ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ strict = [ "mp-api==0.42.1", "numpy", "phonopy==2.27.0", - "pydantic-settings==2.3.4", + "pydantic-settings==2.5.2", "pydantic==2.9.0", "pymatgen-analysis-defects==2024.7.19", "pymatgen==2024.6.10", From 29af88bf5456965f04181a08e061a21832092ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:41:34 +0000 Subject: [PATCH 3/3] Bump mp-api from 0.42.1 to 0.42.2 Bumps mp-api from 0.42.1 to 0.42.2. --- updated-dependencies: - dependency-name: mp-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfc58899ee..d1b4efe9c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ strict = [ "mace-torch>=0.3.3", "matgl==1.1.3", "monty==2024.7.30", - "mp-api==0.42.1", + "mp-api==0.42.2", "numpy", "phonopy==2.27.0", "pydantic-settings==2.5.2",