Skip to content

Commit

Permalink
chore(deps): update dependency pytest-operator to v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 744719e commit c5a5e16
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.9
ruff==0.6.8
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.9
ruff==0.6.8
commands =
ruff check {[vars]all_path}
ruff format --check --diff {[vars]all_path}
Expand Down Expand Up @@ -66,7 +66,7 @@ deps =
# renovate: datasource=pypi
pytest==8.3.3
# 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 c5a5e16

Please sign in to comment.