From 2bfc07e44569c85eed3811e930251c7c40905f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 07:51:34 +0000 Subject: [PATCH] Update fastjsonschema requirement from ~=2.17.1 to ~=2.20.0 in /tests Updates the requirements on [fastjsonschema](https://github.com/horejsek/python-fastjsonschema) to permit the latest version. - [Changelog](https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt) - [Commits](https://github.com/horejsek/python-fastjsonschema/compare/v2.17.1...v2.20.0) --- updated-dependencies: - dependency-name: fastjsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index 72d2528c88a6f3..352fdd18a4bfef 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -11,7 +11,7 @@ scipy>=1.11.1; python_version >= "3.9" sympy>=1.10 wheel>=0.38.1 defusedxml>=0.7.1 -fastjsonschema~=2.17.1 +fastjsonschema~=2.20.0 tensorflow>=2.5,<2.18.0 requests>=2.25.1 opencv-python>=4.5