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

Commit

Permalink
Merge pull request #10 from canonical/renovate/testing-deps
Browse files Browse the repository at this point in the history
chore(deps): update testing deps (minor)
  • Loading branch information
morphis authored Feb 23, 2024
2 parents c567b6e + 6152f83 commit 781e33e
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.2.2
commands =
ruff --fix {[vars]src_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.12.1
# renovate: datasource=pypi
ruff==0.0.287
ruff==0.2.2
# 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.32.0
pytest-operator==0.33.0
pylxd==2.3.2
-r{toxinidir}/requirements.txt
commands =
Expand Down

0 comments on commit 781e33e

Please sign in to comment.