Skip to content

Commit

Permalink
Update test dependencies to specific versions for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rwnobrega committed Nov 5, 2024
1 parent 800e341 commit c4abdba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ lint = [
"isort>=5.13.2",
]
test = [
"pytest>=7.4.4",
"pytest-benchmark>=4.0.0",
"pytest-cov>=4.1.0",
"pytest==8.3.3",
"pytest-benchmark==5.1.0",
"pytest-cov==6.0.0",
]
doc = [
"griffe==1.5.1",
Expand Down

0 comments on commit c4abdba

Please sign in to comment.