Skip to content

Commit

Permalink
chore(deps): update testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent e52737d commit b2b7622
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ passenv =
description = Apply coding style standards to code
deps =
# renovate: datasource=pypi
ruff==0.6.8
ruff==0.8.6
commands =
ruff check --fix {[vars]all_path}
ruff format {[vars]all_path}
Expand All @@ -31,7 +31,7 @@ commands =
description = Check code against coding style standards
deps =
# renovate: datasource=pypi
ruff==0.6.8
ruff==0.8.6
commands =
ruff check {[vars]all_path}
ruff format --check --diff {[vars]all_path}
Expand Down Expand Up @@ -63,7 +63,7 @@ deps =
# renovate: datasource=pypi
pytest==8.3.3
# renovate: datasource=pypi
pytest-operator==0.37.0
pytest-operator==0.39.0
# renovate: datasource=pypi
tenacity==9.0.0
# renovate: datasource=pypi
Expand Down

0 comments on commit b2b7622

Please sign in to comment.