Skip to content

Commit

Permalink
Bump test dependencies to fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Knight committed Mar 30, 2024
1 parent 4ec717a commit a788066
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 @@ -34,9 +34,9 @@ dev = [
"landlock[test]",
]
test = [
"pytest ~= 7.1",
"pytest-cov ~= 3.0",
"pytest-forked ~= 1.4 ; sys_platform != 'win32'",
"pytest ~= 8.1",
"pytest-cov ~= 5.0",
"pytest-forked ~= 1.6 ; sys_platform != 'win32'",
]

[tool.coverage.run]
Expand Down

0 comments on commit a788066

Please sign in to comment.