From 9c3cd363d68c16fa828d794bc6359ae1fa200008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:43:23 +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.3.0 to 4.5.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.3.0...v4.5.0) Updates `pytest` from 8.4.2 to 9.0.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/8.4.2...9.0.1) Updates `pytest-playwright` from 0.7.1 to 0.7.2 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.7.1...v0.7.2) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-pip - dependency-name: pytest-playwright dependency-version: 0.7.2 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 64ecf10ac7..ff7e7d9d43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flake8==7.3.0 -pre_commit==4.3.0 -pytest==8.4.2 +pre_commit==4.5.1 +pytest==9.0.2 pytest-dotenv==0.5.2 -pytest-playwright==0.7.1 +pytest-playwright==0.7.2 pytest-reporter-html1==0.9.5