From 86e28c15c274117d7385d851c447d33c8424a661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:21:00 +0000 Subject: [PATCH] chore(deps): update pint requirement from <0.20 to <0.22 Updates the requirements on [pint](https://github.com/hgrecco/pint) to permit the latest version. - [Changelog](https://github.com/hgrecco/pint/blob/0.21.1/CHANGES) - [Commits](https://github.com/hgrecco/pint/compare/0.1...0.21.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 e2216c89..d863fa19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ numpy = "*" openscm-units = "*" packaging = "*" pandas = ">=1.1" -pint = "<0.20" +pint = "<0.22" pint-pandas = "*" python-dateutil = "*" tqdm = "*"