From 2cdb1001b4cc3a2d4cacdc9e06597a232c16869c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:40:14 +0000 Subject: [PATCH] Update ruff requirement from <0.4.5,>=0.0.249 to >=0.0.249,<0.11.3 --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 603fe0d0..6f7507bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ python-dotenv PyYAML docstring_parser==0.16 black>=23.1,<26.0 -ruff>=0.0.249,<0.4.5 +ruff>=0.0.249,<0.11.3 types-toml>=0.10.8.1 types-pytz>=2023.3,<2026.0 types-chardet>=5.0.4.6