From 7d2aae07b44df4ca3a5e8a3585931ef6cb864040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:55:53 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.3.4 to 0.4.3 in /bindings/python Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.4.3. - [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.3.4...v0.4.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 43f4199..2910259 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -35,7 +35,7 @@ test = [ "pytest >=6.0.0,<9.0.0", "black ==23.12.1", "mypy >=1.0.0", - "ruff ==0.3.4", + "ruff ==0.4.3", "isort >=5.0.0,<6.0.0", "maturin >=1.0,<2.0", "pytest-benchmark[histogram] >=4.0.0,<5.0.0",