From f736ad9d5e5aadef6017a00a79fd0187b26ee587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 06:44:19 +0000 Subject: [PATCH] chore(deps): update openjd-model requirement from >=0.11.3 to >=0.11.4 Updates the requirements on [openjd-model](https://github.com/OpenJobDescription/openjd-model-for-python) to permit the latest version. - [Release notes](https://github.com/OpenJobDescription/openjd-model-for-python/releases) - [Changelog](https://github.com/OpenJobDescription/openjd-model-for-python/blob/mainline/CHANGELOG.md) - [Commits](https://github.com/OpenJobDescription/openjd-model-for-python/compare/0.11.3...0.11.4) --- updated-dependencies: - dependency-name: openjd-model dependency-version: 0.11.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- requirements-ui-testing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index ad26686b6..21b661d5f 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -17,7 +17,7 @@ pyinstrument == 5.* # MCP (Model Context Protocol) library for MCP unit tests mcp >= 1.13.0, < 2; python_version >= '3.10' # OpenJD model library for job template parsing in mock backend -openjd-model >= 0.11.3 +openjd-model >= 0.11.4 # GUI testing dependencies pytest-qt == 4.* diff --git a/requirements-ui-testing.txt b/requirements-ui-testing.txt index 35c0cebe3..03f57c9d2 100644 --- a/requirements-ui-testing.txt +++ b/requirements-ui-testing.txt @@ -8,4 +8,4 @@ xa11y >= 0.13.0, < 0.14 # realistic step/task structure for the submitter to poll. Without it # CreateJob returns a 500 InternalServerException and the submission # progress dialog hangs on "Preparing files..." -openjd-model >= 0.11.3 +openjd-model >= 0.11.4