From 6264bbbea2d3a60b270977372b41346cfddac90d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:50:33 +0200 Subject: [PATCH] build(deps): bump ruff in the test-and-lint-dependencies group (#2735) --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 65a57fff..26c32550 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -6,7 +6,7 @@ # Lint tools # (We are not so interested in the specific versions of the tools: the versions # are pinned to prevent unexpected linting failures when tools update) -ruff==0.7.2 +ruff==0.7.3 mypy==1.13.0 # Required for type stubs