From f72fbab5e2810a46519300cb9eda92ab219262bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:45:58 -0500 Subject: [PATCH] chore(deps): update ruff requirement from ~=0.4.7 to ~=0.4.8 (#90) 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.7...v0.4.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index a1f3200..0088d15 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,5 +5,5 @@ pytest-xdist ~= 3.6 twine ~= 5.1 mypy ~= 1.10 black ~= 24.4 -ruff ~= 0.4.7 +ruff ~= 0.4.8 types-pyyaml ~= 6.0 \ No newline at end of file