From 2a5202d3ad14225c8f1a741388786b5b3be3bb7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:45:35 +0000 Subject: [PATCH] Update ninja-schema requirement from >=0.14.1 to >=0.14.3 Updates the requirements on [ninja-schema](https://github.com/eadwinCode/ninja-schema) to permit the latest version. - [Release notes](https://github.com/eadwinCode/ninja-schema/releases) - [Commits](https://github.com/eadwinCode/ninja-schema/compare/0.14.1...0.14.3) --- updated-dependencies: - dependency-name: ninja-schema dependency-version: 0.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 2f70744fe..3944fe012 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -2,7 +2,7 @@ click==8.1.8 cryptography django-stubs freezegun -ninja-schema>=0.14.1 +ninja-schema>=0.14.3 pytest pytest-asyncio==0.24.0 pytest-cov