Skip to content

Commit

Permalink
Update dependency pytest to ~=8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 817385d commit ec79122
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 @@ -86,7 +86,7 @@ dev = [
"ruff~=0.7.0",
]
test = [
"pytest~=7.4.4; python_version<'3.9'",
"pytest~=8.3.3; python_version<'3.9'",
"pytest~=8.3.3; python_version>='3.9'",
"pytest-asyncio~=0.21.2",
"pytest-cov~=5.0.0; python_version<'3.9'",
Expand Down

0 comments on commit ec79122

Please sign in to comment.