From 22a343e3753dbda8f02cb299cff320ddf5f08ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:52:26 +0000 Subject: [PATCH] Update fastjsonschema requirement from ~=2.17.1 to ~=2.21.1 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.21.1) --- 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 4e3455dd1b8b27..50eb3350e6e2d7 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -10,7 +10,7 @@ scipy>=1.7; python_version <= "3.8" scipy>=1.11.1; python_version >= "3.9" wheel>=0.38.1 defusedxml>=0.7.1 -fastjsonschema~=2.17.1 +fastjsonschema~=2.21.1 tensorflow>=2.5,<2.15.0 test-generator==0.1.2 requests>=2.25.1