From f0b84feb6a80b4a563f5a5da7747c37990aacef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:06:30 +0000 Subject: [PATCH] chore(deps): update ruff requirement from <0.8,>=0.5.7 to >=0.5.7,<0.9 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/0.5.7...0.8.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 063e8c8..59a5143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "causaldata>=0.1.4,<0.2", "pystata>=0.0.1,<0.0.2", "pre-commit>=3.8.0,<5", - "ruff>=0.5.7,<0.8", + "ruff>=0.5.7,<0.9", "sqlfluff>=3.1.0,<4", "mdformat>=0.7.17,<0.8", "mdformat-pyproject>=0.0.1,<0.0.2",