From a27cd8a4a09b68353616c111a1328d28597e135b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:23:45 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from >=0.15.17 to >=0.15.18 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.17...0.15.18) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.18 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 4045cbfde..a32e802a5 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.17 +ruff>=0.15.18 wheel>=0.47.0 robotframework-pabot >= 5.2.2 robotstatuschecker >= 4.1.1