From 174834fea277e1204a6288d837c4d9a03ccef576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 01:04:21 +0000 Subject: [PATCH] :arrow_up: Update ruff requirement from ~=0.2.0 to ~=0.3.1 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.2.0...v0.3.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ddecb8..da91aa8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,4 +5,4 @@ pytest==7.4.4 pytest-cov==4.1.0 setuptools==69.0.3 mutmut~=2.4.4 -ruff~=0.2.0 \ No newline at end of file +ruff~=0.3.1 \ No newline at end of file