From c2f96f4e466800f0cf736d8357ae57025d00ba73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 22:05:25 +0100 Subject: [PATCH] Bump ruff from 0.3.4 to 0.4.2 (#73) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 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.4...v0.4.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e026a893..424361465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ test = [ "pytest-cov", "pytest-django", "pytest-asyncio", - "ruff ==0.3.4", + "ruff ==0.4.2", "django-stubs", "python-jose==3.3.0", "click==8.1.7",