From fff0dc01dfbb94eb487e056e661c4d651bd63d3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:56:18 +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 7a17c242..446ebb47 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ deps = # renovate: datasource=pypj black==23.7.0 # renovate: datasource=pypi - ruff==0.0.287 + ruff==0.1.3 commands = ruff --fix {[vars]all_path} black {[vars]all_path} @@ -36,9 +36,9 @@ commands = description = Check code against coding style standards deps = # renovate: datasource=pypi - black==23.7.0 + black==23.10.1 # renovate: datasource=pypi - ruff==0.0.287 + ruff==0.1.3 # renovate: datasource=pypi codespell==2.2.5 commands =