From 1e9a623233b6013b5e8418c57b9b2e1d8035092f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:32:15 +0000 Subject: [PATCH] pip(deps): 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.5 - [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.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9177a5c..deac088 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.5", ] [render-engine.cli] diff --git a/requirements.txt b/requirements.txt index 3e0eab9..69b4a62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,6 @@ ephemeral_port_reserve pytest-playwright pytest-xprocess axe-core-python==0.1.0 -axe-playwright-python==0.1.4 +axe-playwright-python==0.1.5 Pillow==11.2.1