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 Jun 4, 2024
1 parent 37a4d24 commit 1899b09
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 @@ -25,7 +25,7 @@ passenv =
description = Apply coding style standards to code
deps =
# renovate: datasource=pypi
black==23.7.0
black==24.4.2
# renovate: datasource=pypi
ruff==0.0.287
commands =
Expand All @@ -36,7 +36,7 @@ commands =
description = Check code against coding style standards
deps =
# renovate: datasource=pypi
black==23.7.0
black==24.4.2
# renovate: datasource=pypi
ruff==0.0.287
# renovate: datasource=pypi
Expand All @@ -51,7 +51,7 @@ description = Run unit tests
deps =
-r{toxinidir}/requirements.txt
# renovate: datasource=pypi
pytest==7.4.1
pytest==8.2.2
# renovate: datasource=pypi
coverage[toml]==6.5.0
commands =
Expand All @@ -68,7 +68,7 @@ commands =
description = Run integration tests
deps =
# renovate: datasource=pypi
pytest==7.4.1
pytest==8.2.2
# renovate: datasource=pypi
pytest-operator==0.32.0
tenacity==8.2.3
Expand Down

0 comments on commit 1899b09

Please sign in to comment.