From 8a14ec7dd8a01f09a1769760ded2a130a855c882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:38:55 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from ^0.4.4 to ^0.5.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.4...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 fba5f54..78809ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ typing-extensions = "^4.10.0" fntypes = "^0.1.2.post1" [tool.poetry.group.dev.dependencies] -ruff = "^0.4.4" +ruff = "^0.5.0" basedpyright = "^1.12.1" sort-all = "1.2.0" pytest = "^8.0.0"