From 03966577879461dd7ee093cf2e46cf718f6dbb32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 03:15:09 +0000 Subject: [PATCH] build(deps): update ruff requirement from <0.7.1 to <0.7.2 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.0.18...0.7.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 ae4c508..cdc3d7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ lint = [ "mypy", # NOTE(ww): ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.7.1", + "ruff < 0.7.2", "types-requests", ] dev = ["build", "bump >= 1.3.2", "id[test,lint]"]