From b94bb915bb26f92816602fe331633fbe3b2bef27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:00:53 +0000 Subject: [PATCH] Update ruff requirement from <0.3.6,>0.0.215 to >0.0.215,<0.3.8 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.216...v0.3.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b600946..b7e90f7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "build>=0.9", - "ruff>0.0.215,<0.3.6", + "ruff>0.0.215,<0.3.8", "tox>=3.20,<4.15", "twine>=4.0", ] @@ -51,7 +51,7 @@ tests = [ "pytest>=6.2,<8.2", # test framework "pytest-console-scripts>=1.1,<1.5", # Allow automatic testing of scripts "pytest-cov>=2.10,<5.1", # Pytest plugin for working with coverage - "ruff>0.0.215,<0.3.6", + "ruff>0.0.215,<0.3.8", "tox>=3.20,<4.15", # Python test environment manager "tqdm >= 4.63,< 4.67", "requests_mock",