From eb6e51bb252af342df52e86091c372c3eec4c64f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:57:25 +0000 Subject: [PATCH] build(deps): bump the all-pip group across 1 directory with 3 updates Bumps the all-pip group with 3 updates in the / directory: [pre-commit](https://github.com/pre-commit/pre-commit), [pytest](https://github.com/pytest-dev/pytest) and [pytest-playwright](https://github.com/microsoft/playwright-pytest). Updates `pre-commit` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.3.0) Updates `pytest` from 8.4.1 to 8.4.2 - [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/8.4.1...8.4.2) Updates `pytest-playwright` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip - dependency-name: pytest-playwright dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index af0d6af95f..5650f7d503 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flake8==7.3.0 -pre_commit==4.2.0 -pytest==8.4.1 +pre_commit==4.3.0 +pytest==8.4.2 pytest-dotenv==0.5.2 -pytest-playwright==0.7.0 +pytest-playwright==0.7.1 pytest-reporter-html1==0.9.3