From 1fb4726ec46b99b21ebe4996d01b1f08f2011a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:44:34 +0000 Subject: [PATCH] Build(deps): update nptyping requirement from ~=2.4.1 to ~=2.5.0 Updates the requirements on [nptyping](https://github.com/ramonhagenaars/nptyping) to permit the latest version. - [Release notes](https://github.com/ramonhagenaars/nptyping/releases) - [Changelog](https://github.com/ramonhagenaars/nptyping/blob/master/HISTORY.md) - [Commits](https://github.com/ramonhagenaars/nptyping/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: nptyping 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 92efddc..f801902 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ openpyxl~=3.1.0 setuptools~=67.3.0 pandas~=1.5.3 numpy~=1.24.2 -nptyping~=2.4.1 +nptyping~=2.5.0 matplotlib~=3.6.2 scipy~=1.10.1 tqdm~=4.64.1 \ No newline at end of file