From e5153dea8c65366de18ca075b881565ee1d474d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:20:11 +0000 Subject: [PATCH] pip(deps): bump the python-deps group across 1 directory with 2 updates Bumps the python-deps group with 2 updates in the / directory: [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 9177a5c7..deac0889 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 3e0eab9b..d2418399 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 -Pillow==11.2.1 +axe-playwright-python==0.1.5 +Pillow==11.3.0