From e23591e03d6e338d7b634b4d106b28ea9fbd40bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:14:04 +0000 Subject: [PATCH] pip(deps): bump the python-deps group with 2 updates Bumps the python-deps group with 2 updates: [axe-playwright-python](https://github.com/pamelafox/axe-playwright-python) and [pillow](https://github.com/python-pillow/Pillow). 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) Updates `pillow` from 11.2.1 to 11.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/11.2.1...11.3.0) --- 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 - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50811af..7eda1d3 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 f72ebfe..57ad48a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ ephemeral_port_reserve pytest-playwright pytest-xprocess axe-core-python==0.1.0 -axe-playwright-python==0.1.4 -Pillow==11.2.1 +axe-playwright-python==0.1.5 +Pillow==11.3.0