Skip to content

Commit

Permalink
Update pytest-icdiff requirement from ^0.8 to >=0.8,<0.10
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: pytest-icdiff
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 2eb798c commit a05e090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PyYAML = "^6.0.1"

[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"
pytest-icdiff = "^0.8"
pytest-icdiff = ">=0.8,<0.10"
tox = "^4.11.4"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit a05e090

Please sign in to comment.