From 0b8f36b6693d466560a81c5b75dd9ca2ead942d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 02:52:06 +0000 Subject: [PATCH] build(deps): update pint requirement from >=0.17,<0.24 to >=0.17,<0.25 Updates the requirements on [pint](https://github.com/hgrecco/pint) to permit the latest version. - [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES) - [Commits](https://github.com/hgrecco/pint/compare/0.17...0.24.1) --- updated-dependencies: - dependency-name: pint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ed8de7..c04f735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ regex = ">=2021.4,<2024.0" numpy = "^1.19" click = "^8.0" rich = ">=10.7,<14.0" -Pint = ">=0.17,<0.24" +Pint = ">=0.17,<0.25" [tool.poetry.extras] yaml = ["ruamel.yaml"]