Skip to content

Commit 027cc07

Browse files
dependabot[bot]dev-zero
authored andcommitted
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](hgrecco/pint@0.15...0.24.1) --- updated-dependencies: - dependency-name: pint dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3058740 commit 027cc07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ readme = "README.md"
1818
[tool.poetry.dependencies]
1919
python = ">=3.9,<4"
2020
transitions = ">=0.7,<0.10"
21-
Pint = ">=0.15,<0.24"
21+
Pint = ">=0.15,<0.25"
2222
"ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true}
2323
pygls = {version = "^1.0.0", optional = true}
2424
Jinja2 = ">=2.11.3,<4.0.0"

0 commit comments

Comments
 (0)