From dd1652b0b659b5545be81baee6abe4358cee28c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:21:52 +0000 Subject: [PATCH] deps: bump the python-dependencies group with 2 updates Bumps the python-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [setuptools](https://github.com/pypa/setuptools). Updates `ruff` from 0.16.1 to 0.16.3 - [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.16.1...0.16.3) Updates `setuptools` from 83.0.0 to 84.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v83.0.0...v84.0.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9b9fd2f..5ea099f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==83.0.0"] +requires = ["setuptools==84.0.0"] build-backend = "setuptools.build_meta" [project] @@ -28,8 +28,8 @@ dev = [ "playwright==1.62.0", "pytest==9.1.1", "pytest-cov==7.1.0", - "ruff==0.16.1", - "setuptools==83.0.0", + "ruff==0.16.3", + "setuptools==84.0.0", ] [tool.setuptools.packages.find]