Skip to content

Commit

Permalink
Merge pull request #24 from webis-de/dependabot/pip/pytest-gte-7.2-an…
Browse files Browse the repository at this point in the history
…d-lt-9.0

Update pytest requirement from ~=7.2 to >=7.2,<9.0
  • Loading branch information
janheinrichmerker authored Jan 29, 2024
2 parents 97b351d + 7065ef0 commit 6458025
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 @@ -52,7 +52,7 @@ dynamic = ["version"]
test =[
"flake8>=6.1,<8.0",
"pylint~=3.0",
"pytest~=7.2",
"pytest>=7.2,<9.0",
"pytest-cov~=4.0",
]
examples =[
Expand Down

0 comments on commit 6458025

Please sign in to comment.