Skip to content

Commit

Permalink
Merge pull request #10 from chatnoir-eu/dependabot/pip/pytest-gte-7.2…
Browse files Browse the repository at this point in the history
…-and-lt-9.0

Update pytest requirement from ~=7.2 to >=7.2,<9.0
  • Loading branch information
janheinrichmerker authored Mar 4, 2024
2 parents c5b2701 + 2fabfda commit d290390
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 @@ -31,7 +31,7 @@ test =[
"flake8>=5,<8",
"jupyter~=1.0",
"pylint~=2.12",
"pytest~=7.2",
"pytest>=7.2,<9.0",
"pytest-cov~=4.0",
]

Expand Down

0 comments on commit d290390

Please sign in to comment.