From 7bd3533966f838564543cc42b09cbabc2daecb15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 04:12:06 +0000 Subject: [PATCH 1/2] Bump pint from 0.22 to 0.23 Bumps [pint](https://github.com/hgrecco/pint) from 0.22 to 0.23. - [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES) - [Commits](https://github.com/hgrecco/pint/compare/0.22...0.23) --- updated-dependencies: - dependency-name: pint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a471449c5..1231fc790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "jinja2==3.1.2", "numpy==1.26.2", "pandas==2.1.3", - "pint==0.22", + "pint==0.23", "psutil==5.9.5", "pyfileindex==0.0.18", "pysqa==0.1.7", From b5e2dadad2193814263c546782a75d637a45a7e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 04:12:24 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 3f08d7582..5d0afea2d 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -10,7 +10,7 @@ dependencies: - jinja2 =3.1.2 - numpy =1.26.2 - pandas =2.1.3 -- pint =0.22 +- pint =0.23 - psutil =5.9.5 - pyfileindex =0.0.18 - pysqa =0.1.7