From 972091685395c47bf1f4ffd3483dca37d08bcb07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:41:05 +0000 Subject: [PATCH] deps: bump the pip-minor-patch group with 2 updates Bumps the pip-minor-patch group with 2 updates: [black](https://github.com/psf/black) and [ruff](https://github.com/astral-sh/ruff). Updates `black` from 26.3.0 to 26.3.1 - [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/26.3.0...26.3.1) Updates `ruff` from 0.15.5 to 0.15.6 - [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.15.5...0.15.6) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch - dependency-name: ruff dependency-version: 0.15.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cece53b3..b29cf1f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dev = [ "pytest-playwright>=0.7.0,<1.0.0", "playwright>=1.50.0,<2.0.0", # Code Quality - "black==26.3.0", + "black==26.3.1", "ruff>=0.14.0,<1.0.0", "isort>=5.13.0,<9.0.0", "mypy>=1.19.0,<2.0.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index a2c3c3eb..4e97f332 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,8 +18,8 @@ pytest-playwright==0.7.2 playwright==1.58.0 # Code Quality -black==26.3.0 -ruff==0.15.5 +black==26.3.1 +ruff==0.15.6 isort>=5.13.0,<9.0.0 mypy==1.19.1