From e2b70e1ae07bf190ed28315ada3a11d15e58e68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 04:42:05 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from >=0.15.12 to >=0.15.13 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.12...0.15.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Browser/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Browser/dev-requirements.txt b/Browser/dev-requirements.txt index b2fc633d3..ee67eb965 100644 --- a/Browser/dev-requirements.txt +++ b/Browser/dev-requirements.txt @@ -4,7 +4,7 @@ pytest-watch >= 4.2.0 pytest-cov>=7.1.0 mypy >= 2.1.0 mypy-protobuf >= 5.1.0 -ruff>=0.15.12 +ruff>=0.15.13 wheel>=0.47.0 robotframework-pabot >= 5.2.2 robotstatuschecker >= 4.1.1