From e3cda7bb78b5be239536e9dec1dc4f87c0a87038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:24:50 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 3 updates Bumps the dev-dependencies group with 3 updates in the / directory: [ruff](https://github.com/astral-sh/ruff), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pytest-playwright](https://github.com/microsoft/playwright-pytest). Updates `ruff` from 0.7.0 to 0.8.1 - [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.8.1) 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.6.2 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.2...v0.6.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor 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 | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/requirements.txt b/e2e/requirements.txt index 03cf74a06..a17e47f20 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.6.2 diff --git a/requirements-dev.txt b/requirements-dev.txt index ee0111b32..4b93791b2 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 +ruff===0.8.1 diff --git a/requirements.txt b/requirements.txt index bb189e252..7890fec4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ pyicu==2.14 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-cov==6.0.0 time-machine==2.14.1 # Development & debugging