From 3081ae1da7fae53e6047af7e72d16d75312f9ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:35:15 +0000 Subject: [PATCH] Update ruff requirement from ^0.1.3 to ^0.2.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.1.3...v0.2.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 c37896a..780331f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dynaconf = "3.2.4" [tool.poetry.dev-dependencies] pytest = "8.0.0" pytest-cov = "^4.1.0" -ruff = "^0.1.3" +ruff = "^0.2.0" [tool.pytest.ini_options] testpaths = ["tests",]