From a87ac6a802802617f2f7ae23c1bea8419aa48f5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:24:44 +0000 Subject: [PATCH] chore(deps): update dependency dev/ruff to v0.1.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d2c68ed75..2835f49c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dev = [ "pact-python[types]", "pact-python[test]", "black ==23.11.0", - "ruff ==0.1.6", + "ruff ==0.1.7", ] ################################################################################