From 745e0a3888e13f2c93206031c208218351dc3b34 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 Mar 2024 15:47:07 +0000
Subject: [PATCH] chore(deps-dev): update ruff requirement from ^0.1.5 to
 >=0.1.5,<0.4.0

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/v0.1.5...v0.3.3)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index f4d4026..c275f78 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -63,7 +63,7 @@ torch = {version = "^1.9.0", optional = true}
 isort = ">=5.8.0"
 pyupgrade = ">=2.12.0"
 black = ">=20.8b1"
-ruff = "^0.1.5"
+ruff = ">=0.1.5,<0.4.0"
 mypy = ">=0.812"
 bandit = ">=1.7.0"
 safety = ">=1.10.3"