From f4fc2c35682967c30b2c0a6cbbaafe95d3f259d6 Mon Sep 17 00:00:00 2001 From: teocns <59549574+teocns@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:06:57 -0600 Subject: [PATCH] lint: pyproject.toml (#569) Signed-off-by: Teo --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index edddfd625..a6b6165e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,9 +37,9 @@ dev = [ "pytest-vcr", "pytest-mock", "pyfakefs", - "requests_mock==1.11.0", - "ruff", - "vcrpy>=6.0.0; python_version >= '3.8'" + "requests_mock==1.11.0", + "ruff", + "vcrpy>=6.0.0; python_version >= '3.8'" ] [project.optional-dependencies]