From 1feea3f4905ae8d12c1fc3b62c6592e377cde2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:35:43 +0000 Subject: [PATCH] Bump the python-deps group with 2 updates Bumps the python-deps group with 2 updates: [playwright](https://github.com/microsoft/playwright-python) and [pytest](https://github.com/pytest-dev/pytest). Updates `playwright` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.60.0...v1.61.0) Updates `pytest` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.1.0...9.1.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- requirements.in | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index d5562ab..d11a8ed 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,2 +1,2 @@ -pytest>=9.1.0 +pytest>=9.1.1 pytest-cov>=6.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9fd14e4..bd0ac4c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ pluggy==1.6.0 # pytest-cov pygments==2.20.0 # via pytest -pytest==9.1.0 +pytest==9.1.1 # via # -r requirements-dev.in # pytest-cov diff --git a/requirements.in b/requirements.in index 23bbf49..4b54ff1 100644 --- a/requirements.in +++ b/requirements.in @@ -3,4 +3,4 @@ markdownify>=1.2.2 markdown>=3.10.2 python-dotenv>=1.2.2 PyYAML>=6.0.3 -playwright>=1.60.0 +playwright>=1.61.0 diff --git a/requirements.txt b/requirements.txt index 5405e59..13eb8c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ markdown==3.10.2 # via -r requirements.in markdownify==1.2.2 # via -r requirements.in -playwright==1.60.0 +playwright==1.61.0 # via -r requirements.in pyee==13.0.1 # via playwright