From 5c3f08950db354fef6bc5c1bc40d2b2875e8fb9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 06:05:45 +0000 Subject: [PATCH] chore(deps): bump pint in the dependencies group across 1 directory Bumps the dependencies group with 1 update in the / directory: [pint](https://github.com/hgrecco/pint). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0ceba6..f9a9859 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.10, <3.13" # Python 3.13 is not supported yet. See https: dependencies = [ "numpy>=2.1.2", "pandas>=2.2.3", - "pint==0.24.3", # lock pint version to avoid breaking changes + "pint==0.24.4", # lock pint version to avoid breaking changes "scipy>=1.14.1", ] maintainers = [