Skip to content

Commit

Permalink
build(deps): update pint requirement from >=0.17,<0.24 to >=0.17,<0.25
Browse files Browse the repository at this point in the history
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.17...0.24.1)

---
updated-dependencies:
- dependency-name: pint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dev-zero committed Jun 27, 2024
1 parent fbd548d commit 0b8f36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 0b8f36b

Please sign in to comment.