From 77d8728afdd9acbf36be0785497b72ca1507d816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:09:44 +0000 Subject: [PATCH] build(deps): bump the all-pip group with 2 updates Bumps the all-pip group with 2 updates: [pre-commit](https://github.com/pre-commit/pre-commit) and [pytest](https://github.com/pytest-dev/pytest). Updates `pre-commit` from 4.3.0 to 4.4.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.4.0) Updates `pytest` from 8.4.2 to 9.0.0 - [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.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 64ecf10ac7..0ddb2e1f7d 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.4.0 +pytest==9.0.0 pytest-dotenv==0.5.2 pytest-playwright==0.7.1 pytest-reporter-html1==0.9.5