From fd863fd53fee10f1742a67bed808d1290bb00bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:20:33 +0000 Subject: [PATCH] chore(deps): update ruff requirement from ~=0.1.11 to ~=0.3.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.11...v0.3.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 5b21111..f653b64 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,5 +5,5 @@ pytest-xdist ~= 3.5 twine ~= 4.0 mypy ~= 1.8 black ~= 23.12 -ruff ~= 0.1.11 +ruff ~= 0.3.0 types-pyyaml ~= 6.0 \ No newline at end of file