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