From 7f6fb79c17a891ae5c0a8b08ef8cee5e1308b7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:15:44 +0000 Subject: [PATCH] Chore(deps-dev): bump the dev-tools group with 6 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest-playwright](https://github.com/microsoft/playwright-pytest) and [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. Updates `ruff` to 0.15.10 - [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.11.12...0.15.10) Updates `pytest` to 9.0.3 - [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/7.0.0...9.0.3) Updates `mypy` to 1.20.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.20.1) Updates `pre-commit` to 4.5.1 - [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/v3.0.0...v4.5.1) Updates `pytest-playwright` to 0.7.2 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.4.0...v0.7.2) Updates `pytest-xdist` to 3.8.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.0.0...v3.8.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development dependency-group: dev-tools - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: dev-tools - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development dependency-group: dev-tools - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development dependency-group: dev-tools - dependency-name: pytest-playwright dependency-version: 0.7.2 dependency-type: direct:development dependency-group: dev-tools - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:development dependency-group: dev-tools ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5503093..b9461c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,17 +49,17 @@ dependencies = [ # [dependency-groups] dev = [ - "ruff>=0.11.12,<1.0.0", - "pytest>=7.0,<10.0", - "mypy>=1.16,<2.0", - "pre-commit>=3.0,<5.0", + "ruff>=0.15.10,<1.0.0", + "pytest>=9.0.3,<10.0", + "mypy>=1.20.1,<2.0", + "pre-commit>=4.5.1,<5.0", "types-requests", "matplotlib-stubs", "pandas-stubs>=2.2.0,!=2.3.0.250702", "types-docker", "types-tabulate", - "pytest-playwright>=0.4.0,<1.0.0", - "pytest-xdist>=3.0,<4.0", + "pytest-playwright>=0.7.2,<1.0.0", + "pytest-xdist>=3.8.0,<4.0", "nbstripout>=0.7.1,<1.0.0", ]