From 9a9d71415fa4cfea957a7c7b03fb88f093558628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:04:24 +0000 Subject: [PATCH] build(deps): update numpy requirement from ^1.19 to >=1.19,<3.0 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.19.0...v2.0.0) --- updated-dependencies: - dependency-name: numpy 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 423b200..662885a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ readme = "README.md" python = "^3.9" regex = ">=2021.4,<2024.0" "ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true} -numpy = "^1.19" +numpy = ">=1.19,<3.0" click = "^8.0" rich = ">=10.7,<14.0" Pint = ">=0.17,<0.24"