From c20da89d30ae8a9047d673ae09210f663ae3e36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 07:00:21 +0000 Subject: [PATCH] Update ruff requirement from ^0.4.1 to >=0.4.1,<0.6.0 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.4.1...0.5.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f47b0c5..38f1d5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ sphinxcontrib-typer = {extras = ["html", "pdf", "png"], version = "^0.3.0", mark pytest-env = "^1.0.0" pexpect = "^4.9.0" pyright = "^1.1.357" -ruff = "^0.4.1" +ruff = ">=0.4.1,<0.6.0" django-stubs = "^5.0.2" mypy = "^1.10.0"