From 1ff456ad06e7ed9ee87342fc449cd24ca9f9d5d2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 12 Mar 2025 08:22:26 +0000
Subject: [PATCH] Update tensorflow requirement in /tests

Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.18.1/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.0...v2.18.1)

---
updated-dependencies:
- dependency-name: tensorflow
  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..d1aa7fd1bb9c77 100644
--- a/tests/constraints.txt
+++ b/tests/constraints.txt
@@ -12,7 +12,7 @@ sympy>=1.10
 wheel>=0.38.1
 defusedxml>=0.7.1
 fastjsonschema~=2.17.1
-tensorflow>=2.5,<2.17.0
+tensorflow>=2.5,<2.19.0
 requests>=2.25.1
 opencv-python>=4.5
 paddlepaddle==2.6.1