From 4dc2773517339038e58fcb0175fd4e3f74c40aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 18:46:45 +0000 Subject: [PATCH] chore(deps): update xa11y requirement Updates the requirements on [xa11y](https://github.com/xa11y/xa11y) to permit the latest version. - [Release notes](https://github.com/xa11y/xa11y/releases) - [Changelog](https://github.com/xa11y/xa11y/blob/main/release.toml) - [Commits](https://github.com/xa11y/xa11y/compare/v0.11.0...v0.13.0) --- updated-dependencies: - dependency-name: xa11y dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-ui-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ui-testing.txt b/requirements-ui-testing.txt index 9f5041e7f..c656abf26 100644 --- a/requirements-ui-testing.txt +++ b/requirements-ui-testing.txt @@ -2,7 +2,7 @@ pytest == 9.* pytest-timeout >= 2.4.0 pytest-cov >= 7.1.0 pytest-xdist >= 3 -xa11y >= 0.11.0, < 0.12 +xa11y >= 0.13.0, < 0.14 # MockDeadlineBackend._parse_template validates submitted templates using # openjd-model's decode_job_template so that CreateJob produces a # realistic step/task structure for the submitter to poll. Without it