From 14c8b03d5a09bf468253a70bf26cccd6ce686de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:04:18 +0000 Subject: [PATCH] Update quantities requirement from >=0.14.1 to >=0.16.2 Updates the requirements on [quantities](https://github.com/python-quantities/python-quantities) to permit the latest version. - [Changelog](https://github.com/python-quantities/python-quantities/blob/master/CHANGES.txt) - [Commits](https://github.com/python-quantities/python-quantities/compare/v0.14.1...v0.16.2) --- updated-dependencies: - dependency-name: quantities dependency-version: 0.16.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f68cca..d7ae344 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.25 ruamel.yaml>=0.18.5 -quantities>=0.14.1 +quantities>=0.16.2 pandas>=2.1.2 ipywidgets>=8.1.1 click>=8.1.7 \ No newline at end of file