From 428e780d2774a47b1c0610b1d1f20d46f40517a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:46:34 +0000 Subject: [PATCH] Bump ruff from 0.8.5 to 0.9.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.5 to 0.9.0. - [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.8.5...0.9.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 0f4b198c8..a9b500cef 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -19,5 +19,5 @@ django-extensions~=3.2 coverage==7.6.10 django-debug-toolbar==4.4.6 isort==5.13.2 -ruff==0.8.5 +ruff==0.9.0 tblib==3.0.0