From 4654c6337d38433c4941ef94cc98b0a382f572c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:55: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 a71fa7a5..c6584925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "executorlib==0.0.4", "graphviz==0.20.3", "pandas==2.2.3", - "pint==0.24.3", + "pint==0.24.4", "pyiron_snippets==0.1.4", "toposort==1.10", "typeguard==4.4.1",