From b384f4d0b7e820f66f7bce51a30009a088dcaa67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:06:32 +0000 Subject: [PATCH] build(deps): update pint requirement from >=0.15,<0.24 to >=0.15,<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.15...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 6d0af9f..1348734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.9,<4" transitions = ">=0.7,<0.10" -Pint = ">=0.15,<0.24" +Pint = ">=0.15,<0.25" "ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true} pygls = {version = "^1.0.0", optional = true} Jinja2 = ">=2.11.3,<4.0.0"