From 7155651e887f8d8e2c03bd26bc3634828a5c2ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 09:48:21 +0000 Subject: [PATCH] Bump ruff from 0.7.0 to 0.8.4 in /package Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.0 to 0.8.4. - [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.4) --- 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 569b07007..c486d3cec 100644 --- a/package/test_requirements.txt +++ b/package/test_requirements.txt @@ -14,7 +14,7 @@ pytest~=8.3 pytest-asyncio~=0.21 pytest-mock~=3.14 pytest-cov~=5.0 -ruff==0.7.0 +ruff==0.8.4 sqlalchemy-stubs~=0.4 strawberry-graphql[cli]>=0.99.0, <1.0 trufflehog~=2.2