From 911ebdfcafbbfa8e2ce362e5ece0861d01549569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:01:35 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 5 updates Bumps the dev-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.10.0` | `25.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.0` | `0.9.9` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | | [pytest-playwright](https://github.com/microsoft/playwright-pytest) | `0.5.2` | `0.7.0` | Updates `black` from 24.10.0 to 25.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.10.0...25.1.0) Updates `ruff` from 0.7.0 to 0.9.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.7.0...0.9.9) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3.3...8.3.4) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) Updates `pytest-playwright` from 0.5.2 to 0.7.0 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.2...v0.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: pytest-playwright dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- e2e/requirements.txt | 2 +- requirements-dev.txt | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/requirements.txt b/e2e/requirements.txt index 03cf74a06e..a0169bed02 100644 --- a/e2e/requirements.txt +++ b/e2e/requirements.txt @@ -1,2 +1,2 @@ playwright==1.43.0 -pytest-playwright==0.5.2 +pytest-playwright==0.7.2 diff --git a/requirements-dev.txt b/requirements-dev.txt index ee0111b32a..7fa8cc7521 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ bump2version==1.0.1 Babel==2.12.1 -black==24.10.0 -ruff===0.7.0 +black==25.12.0 +ruff===0.14.10 diff --git a/requirements.txt b/requirements.txt index 8372e0cf91..32e6cefbe1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,8 +46,8 @@ pyicu==2.14 # Testing dependencies factory-boy >=3.2.0, < 4.0.0 Faker >= 5.6.0, < 26.0.0 -pytest==8.3.3 -pytest-cov==5.0.0 +pytest==9.0.2 +pytest-cov==7.0.0 time-machine==2.14.1 # Development & debugging