From 04965dc6d451bca4f0b8ee9d1e95fd59f24d57c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:29:24 +0000 Subject: [PATCH] chore(deps-dev): bump ruff from 0.3.5 to 0.4.2 in /requirements Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.5 to 0.4.2. - [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.3.5...v0.4.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 1de4aa3d..02ba1b05 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -8,7 +8,7 @@ Werkzeug==3.0.2 # https://github.com/pallets/werkzeug django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions django-debug-toolbar==4.3.0 # https://github.com/jazzband/django-debug-toolbar platformdirs==4.2.0 # https://github.com/platformdirs/platformdirs -ruff==0.3.5 # https://github.com/astral-sh/ruff +ruff==0.4.2 # https://github.com/astral-sh/ruff pre-commit==3.7.0 # https://github.com/pre-commit/pre-commit