Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore(deps): update testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent a8584dd commit dffe8c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deps =
# renovate: datasource=pypj
black==23.7.0
# renovate: datasource=pypi
ruff==0.0.287
ruff==0.1.7
commands =
ruff --fix {[vars]all_path}
black {[vars]all_path}
Expand All @@ -36,9 +36,9 @@ commands =
description = Check code against coding style standards
deps =
# renovate: datasource=pypi
black==23.7.0
black==23.11.0
# renovate: datasource=pypi
ruff==0.0.287
ruff==0.1.7
# renovate: datasource=pypi
codespell==2.2.5
commands =
Expand Down Expand Up @@ -76,7 +76,7 @@ deps =
# renovate: datasource=pypi
pytest==7.4.1
# renovate: datasource=pypi
pytest-operator==0.29.0
pytest-operator==0.31.1
-r{toxinidir}/requirements.txt
commands =
pip install juju=={env:LIBJUJU}
Expand Down

0 comments on commit dffe8c2

Please sign in to comment.