Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update testing deps (minor) #40

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9
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.9
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.4
# 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
Loading