From e2361c3a79f63c4ec286dd18e36386d424c70228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:37:15 +0000 Subject: [PATCH] Bump ruff from 0.7.0 to 0.8.6 in /package Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.0 to 0.8.6. - [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/0.7.0...0.8.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/test_requirements.txt b/package/test_requirements.txt index 07ed959d9..cb02fb4ff 100644 --- a/package/test_requirements.txt +++ b/package/test_requirements.txt @@ -14,7 +14,7 @@ pytest~=8.3 pytest-asyncio~=0.25 pytest-mock~=3.14 pytest-cov~=5.0 -ruff==0.7.0 +ruff==0.8.6 sqlalchemy-stubs~=0.4 strawberry-graphql[cli]>=0.99.0, <1.0 trufflehog~=2.2