From 1de216052336db8c3c8fc4de89242f92985ce28e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:31:24 +0000 Subject: [PATCH 1/2] Bump pint from 0.22 to 0.23 Bumps [pint](https://github.com/hgrecco/pint) from 0.22 to 0.23. - [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES) - [Commits](https://github.com/hgrecco/pint/compare/0.22...0.23) --- updated-dependencies: - dependency-name: pint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54ebc9b4a..8b4132378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "numpy==1.26.2", "pandas==2.1.3", "phonopy==2.21.0", - "pint==0.22", + "pint==0.23", "pyiron_base==0.6.13", "pylammpsmpi==0.2.10", "scipy==1.11.4", From 706427512ed0a718cccc359c97f3b137969102d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:40:15 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index c68cfba19..d117b1490 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -14,7 +14,7 @@ dependencies: - numpy =1.26.2 - pandas =2.1.3 - phonopy =2.21.0 -- pint =0.22 +- pint =0.23 - pyiron_base =0.6.13 - pylammpsmpi =0.2.10 - pyscal =2.10.18