From 9f839dbb77f0172388d7e6870e0f453d5b04d0ec Mon Sep 17 00:00:00 2001
From: Sid <27780930+autinerd@users.noreply.github.com>
Date: Fri, 5 Jul 2024 23:44:14 +0200
Subject: [PATCH] Bump ruff to 0.5.1 (#121324)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
---
 .pre-commit-config.yaml          | 2 +-
 requirements_test_pre_commit.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index adc279363b9223..f9e7e8d683d5ee 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.5.0
+    rev: v0.5.1
     hooks:
       - id: ruff
         args:
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index c6e629cd129d2a..d4cbbbda867ed6 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -1,5 +1,5 @@
 # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
 
 codespell==2.3.0
-ruff==0.5.0
+ruff==0.5.1
 yamllint==1.35.1