Skip to content
This repository has been archived by the owner on Jul 19, 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 Mar 25, 2024
1 parent aeffd0e commit 0eb79f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deps =
# renovate: datasource=pypi
black==23.7.0
# renovate: datasource=pypi
ruff==0.0.287
ruff==0.0.292
commands =
ruff --fix {[vars]src_path}
black {[vars]all_path}
Expand All @@ -38,9 +38,9 @@ deps =
# renovate: datasource=pypi
black==23.7.0
# renovate: datasource=pypi
ruff==0.0.287
ruff==0.0.292
# renovate: datasource=pypi
codespell==2.2.5
codespell==2.2.6
commands =
codespell {toxinidir}
ruff {[vars]src_path}
Expand All @@ -51,7 +51,7 @@ description = Run unit tests
deps =
-r{toxinidir}/requirements.txt
# renovate: datasource=pypi
pytest==7.4.1
pytest==7.4.4
# renovate: datasource=pypi
coverage[toml]==6.5.0
# renovate: datasource=pypi
Expand All @@ -70,7 +70,7 @@ commands =
description = Run integration tests
deps =
# renovate: datasource=pypi
pytest==7.4.1
pytest==7.4.4
# renovate: datasource=pypi
pytest-operator==0.32.0
tenacity==8.2.3
Expand Down

0 comments on commit 0eb79f4

Please sign in to comment.