From d28c624cb1c82296030e78cc8b005d8d307d8b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 03:14:36 +0000 Subject: [PATCH] Bump ruff from 0.7.1 to 0.9.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.1 to 0.9.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.1...0.9.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 97c868f..63a7791 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -62,7 +62,7 @@ pytest-mypy==0.10.3 # via datahub (pyproject.toml) pyyaml==6.0.2 # via pre-commit -ruff==0.7.1 +ruff==0.9.4 # via datahub (pyproject.toml) typing-extensions==4.12.2 # via mypy