From d700cab461bf02bc17a45988c268725a26a8a6cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 21:55:50 +0000 Subject: [PATCH] pip(deps-dev): bump axe-playwright-python in the python-deps group Bumps the python-deps group with 1 update: [axe-playwright-python](https://github.com/pamelafox/axe-playwright-python). Updates `axe-playwright-python` from 0.1.4 to 0.1.7 - [Changelog](https://github.com/pamelafox/axe-playwright-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/pamelafox/axe-playwright-python/commits) --- updated-dependencies: - dependency-name: axe-playwright-python dependency-version: 0.1.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50811af..044d23c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dev = [ "pytest-playwright", "pytest-xprocess", "axe-core-python==0.1.0", - "axe-playwright-python==0.1.4", + "axe-playwright-python==0.1.7", ] [render-engine.cli]