From 0dc8c8e67b3bd66c92e9f6d5efff3bb85be8a135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:23:11 +0000 Subject: [PATCH] Bump pint from 0.24.3 to 0.24.4 Bumps [pint](https://github.com/hgrecco/pint) from 0.24.3 to 0.24.4. - [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES) - [Commits](https://github.com/hgrecco/pint/compare/0.24.3...0.24.4) --- updated-dependencies: - dependency-name: pint 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 eee3d8eac..dba220006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "numpy==1.26.4", "pandas==2.2.3", "phonopy==2.26.6", - "pint==0.24.3", + "pint==0.24.4", "pyiron_base==0.10.6", "pyiron_snippets==0.1.4", "pylammpsmpi==0.2.25",