From 81e0dc745eb5529b8627f5d3897e3f5278414cb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:35:03 +0000 Subject: [PATCH] chore(deps): update testing deps --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index ff0f6c5..2f0ab95 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ passenv = description = Apply coding style standards to code deps = # renovate: datasource=pypi - ruff==0.6.1 + ruff==0.7.3 commands = ruff check --fix {[vars]all_path} ruff format {[vars]all_path} @@ -32,7 +32,7 @@ commands = description = Check code against coding style standards deps = # renovate: datasource=pypi - ruff==0.6.1 + ruff==0.7.3 commands = ruff check {[vars]all_path} ruff format --check --diff {[vars]all_path} @@ -69,7 +69,7 @@ deps = # asyncio_event_loop pytest-asyncio==0.21.2 # renovate: datasource=pypi - pytest-operator==0.37.0 + pytest-operator==0.38.0 # renovate: datasource=pypi tenacity==9.0.0 # renovate: datasource=pypi