From bd05092229fa97adb56bc143ba943fbb64171012 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 22 Jul 2024 08:04:16 +0000
Subject: [PATCH] Update numpy requirement from <1.27,>=1.16.6 to >=1.16.6,<2.1
 in /tests

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.16.6...v2.0.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 tests/constraints.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/constraints.txt b/tests/constraints.txt
index c0ab1a660164f4..f0d44aa7c8ee80 100644
--- a/tests/constraints.txt
+++ b/tests/constraints.txt
@@ -1,4 +1,4 @@
-numpy>=1.16.6,<1.27
+numpy>=1.16.6,<2.1
 attrs==23.2.0
 distro==1.9.0
 h5py>=3.1.0,<3.12.0