From 70c061efd841dd530220953c1db9282574b566d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:54:07 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.2.1 to 0.4.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.4.1. - [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.2.1...v0.4.1) --- 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 f33bf1b..2691814 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,6 +2,6 @@ isort==5.13.2 djlint==1.34.1 EditorConfig==0.12.3 black==24.1.1 -ruff==0.2.1 +ruff==0.4.1 mypy-extensions==1.0.0 coverage==7.4.1 \ No newline at end of file