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 Nov 8, 2024
1 parent 170e804 commit 81e0dc7
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 @@ -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}
Expand All @@ -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}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 81e0dc7

Please sign in to comment.